datatracker/ietf
Ole Laursen 7f25469c6b Drop the group/person/role global fixtures, the fixture loader in
Django 1.6 refuses to load them because they have dangling foreign
keys, and in rewriting them it turns out it is easier to do so in code
- so refactor the test data generation code to have a separate
function with the unchanging base data and call that from the global
fixture setup
 - Legacy-Id: 6917
2013-12-13 15:58:36 +00:00
..
bin Remove shim layer from bin/dump-draft-info 2013-12-06 17:58:05 +00:00
community Fix problem with missing label= in community form field declation 2013-12-12 12:17:26 +00:00
contrib Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
cookies 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
database-notes Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
dbtemplate 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
doc Make sure all BooleanFields have an explicit default value (with 2013-12-13 13:30:07 +00:00
group Drop the group/person/role global fixtures, the fixture loader in 2013-12-13 15:58:36 +00:00
help 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
idindex Merge in changes from the old shimfree branch 2013-11-27 12:55:50 +00:00
iesg Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
ietfauth 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
ipr Make sure all BooleanFields have an explicit default value (with 2013-12-13 13:30:07 +00:00
liaisons Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
mailinglists 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
meeting Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
message Add __unicode__ to SendQueue 2013-11-28 18:12:45 +00:00
name Remove proxies 2013-12-07 12:01:57 +00:00
nomcom Remove "nominee" from FeedbackForm.Meta.fields, it doesn't exist in Feedback 2013-12-13 15:48:13 +00:00
patches Don't insert references to self. 2013-11-02 20:59:43 +00:00
person Drop the group/person/role global fixtures, the fixture loader in 2013-12-13 15:58:36 +00:00
redirects 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
release Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures. 2013-09-30 20:36:20 +00:00
secr Fix bug in Secretariat MeetingModelForm, exclude was missing a , to be a tuple 2013-12-12 12:12:03 +00:00
submit Delete some dead code from submission form 2013-12-12 12:08:58 +00:00
sync 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
templates Fix a url pattern that managed to escape the mass fixing because it is missing a space 2013-12-12 12:14:23 +00:00
utils Drop the group/person/role global fixtures, the fixture loader in 2013-12-13 15:58:36 +00:00
wgcharter Port away from django.utils.truncate_(html_)words which is now gone, use the template filter versions instead 2013-12-11 17:07:43 +00:00
wginfo Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
.gitignore Fixes #563 2010-12-02 20:34:50 +00:00
__init__.py Set version info and settings back to development mode 2013-11-06 19:33:49 +00:00
context_processors.py Moves the prefix for the URI to use for rfcdiff into settings.py. 2012-07-28 20:19:36 +00:00
legacy_router.py Remove unused code 2012-01-04 16:58:41 +00:00
manage.py Replace manage.py script with new script generated by Django 1.6 2013-12-11 15:50:14 +00:00
middleware.py Added logging for mail sending problems. 2013-03-06 19:36:06 +00:00
settings.py Drop the group/person/role global fixtures, the fixture loader in 2013-12-13 15:58:36 +00:00
settings_sqlitetest.py Fix import path in settings_sqlitetest.py 2013-12-12 12:24:25 +00:00
urls.py Fix import path of syndication framework 2013-12-12 12:16:29 +00:00
wsgi.py Updated the comment with the working Apache setting for a dev server. 2013-09-18 20:31:57 +00:00