This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
5638cf3da3
datatracker
/
ietf
/
community
History
Henrik Levkowetz
5638cf3da3
Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
...
- Legacy-Id: 14661
2018-02-20 15:36:05 +00:00
..
migrations
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
__init__.py
Added in the community app, which wasn't included properly in the previous commit.
2012-06-27 08:26:18 +00:00
admin.py
Added a test to check for missing admin models, and added the admin models that were currently missing.
2017-08-01 14:00:29 +00:00
forms.py
Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge.
2017-07-11 19:12:21 +00:00
models.py
Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
2018-02-20 15:36:05 +00:00
resources.py
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
2016-09-25 13:53:22 +00:00
tests.py
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
2017-05-31 20:59:26 +00:00
urls.py
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
utils.py
Treat Area Groups similar to Working Groups and Research Groups where it makes sense to do so. Commit ready for merge.
2017-07-11 19:12:21 +00:00
views.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00