datatracker/ietf/stats
Henrik Levkowetz b7690fbdcd Changed additional regexes to r strings.
- Legacy-Id: 16377
2019-07-04 15:54:23 +00:00
..
management Updated PLAN 2018-09-10 13:44:19 +00:00
migrations Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Added an admin model for the MeetingRegistration class. 2017-07-29 14:01:19 +00:00
backfill_data.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 Changed additional regexes to r strings. 2019-07-04 15:54:23 +00:00
utils.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
views.py Removed superfluous iter() and fixed instances where sorted() had to compare None and int. 2019-07-01 14:07:21 +00:00