datatracker/ietf/sync
2014-03-16 07:09:38 +00:00
..
__init__.py Revamp sync from RFC Editor to include more info, fix a couple of bugs 2012-09-17 15:45:27 +00:00
discrepancies.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
iana.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
mails.py Add POST interface for IANA/RFC Editor for triggering updates, add 2012-09-17 15:57:48 +00:00
models.py Revamp sync from RFC Editor to include more info, fix a couple of bugs 2012-09-17 15:45:27 +00:00
rfceditor.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
tests.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
views.py Turn on CSRF protection - all forms must from now on have a {% csrf_token %} 2013-12-17 12:50:24 +00:00