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
3
Packages
Projects
Releases
Wiki
Activity
9a9c9fb426
datatracker
/
ietf
/
name
History
Henrik Levkowetz
80db16632e
Added a migration to fix some m2m table columns incorrectly left as varchar(8) when we changed the size of name slugs to varchar(32).
...
- Legacy-Id: 16660
2019-08-19 19:21:18 +00:00
..
fixtures
Updated fixture
2019-06-28 17:15:09 +00:00
migrations
Added a migration to fix some m2m table columns incorrectly left as varchar(8) when we changed the size of name slugs to varchar(32).
2019-08-19 19:21:18 +00:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
2019-04-30 16:54:06 +00:00
generate_fixtures.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
models.py
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
2019-07-15 18:01:26 +00:00
resources.py
Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
2019-04-30 16:54:06 +00:00