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
15e74e89cb
datatracker
/
ietf
/
community
History
Henrik Levkowetz
15e74e89cb
Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
...
- Legacy-Id: 16336
2019-06-29 13:43:31 +00:00
..
migrations
Initial 2to3 patch with added copyright statement updates.
2019-06-27 14:40:54 +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
Initial 2to3 patch with added copyright statement updates.
2019-06-27 14:40:54 +00:00
forms.py
Initial 2to3 patch with added copyright statement updates.
2019-06-27 14:40:54 +00:00
models.py
Changed all model __unicode__() methods to __str__()
2019-06-28 21:07:08 +00:00
resources.py
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
2019-06-18 12:40:19 +00:00
tests.py
Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
2019-06-29 13:43:31 +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
Fixed buggy guard code
2019-06-17 18:22:02 +00:00
views.py
Fixed changed object attributes for UUID objets.
2019-06-28 20:49:03 +00:00