.. |
bin
|
Reworked the generation of draft aliases and WG aliases, after trying out the output of the previous version for real. This code seems to work better, based on tests on ietfa.
|
2014-11-11 01:09:30 +00:00 |
community
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +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
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +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
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
doc
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
group
|
Fix django 1.7 deprecation warnings: get_query_set() --> get_queryset().
|
2014-12-22 17:38:49 +00:00 |
help
|
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 |
idindex
|
Change Document.shepherd to point to the email address rather than the
|
2014-08-13 11:40:01 +00:00 |
iesg
|
Fix django 1.7 deprecation warnings: get_query_set() --> get_queryset().
|
2014-12-22 17:38:49 +00:00 |
ietfauth
|
Removing south migrations as part of the django 1.7 changeover to builtin migrations.
|
2014-12-22 16:44:35 +00:00 |
ipr
|
Fix django 1.7 deprecation warnings: Always set fields= or exclude= in Meta for ModelForm subclasses.
|
2014-12-22 17:46:29 +00:00 |
liaisons
|
Fix django 1.7 incompatibilities: Remove get_fieldsets() methods which don't work any more because of Django's move from using its own SortedDict to python's OrderedDict (which always is available in python 2.7 and later). The get_fieldsets() method on Form wasn't available in early versions of django, but since it's provided now, we don't need own code for this method.
|
2014-12-22 17:54:32 +00:00 |
mailinglists
|
Made ietf/mailinglists pyflakes-clean.
|
2014-03-15 18:15:08 +00:00 |
meeting
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
message
|
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
|
2014-12-21 19:26:33 +00:00 |
name
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
nomcom
|
Fix django 1.7 incompatibilities: Remove get_fieldsets() methods which don't work any more because of Django's move from using its own SortedDict to python's OrderedDict (which always is available in python 2.7 and later). The get_fieldsets() method on Form wasn't available in early versions of django, but since it's provided now, we don't need own code for this method.
|
2014-12-22 17:54:32 +00:00 |
person
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
redirects
|
Added generated (and sometimes manually tweaked) resources.py files.
|
2014-12-14 20:33:25 +00:00 |
release
|
Added changeset and ticket links to the release notes under /release/
|
2014-05-02 00:30:25 +00:00 |
secr
|
Fix django 1.7 deprecation warnings: get_query_set() --> get_queryset().
|
2014-12-22 17:38:49 +00:00 |
submit
|
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
|
2014-12-22 17:07:38 +00:00 |
sync
|
Made several changes to better handle non-ascii UTF-8 in email messages.
|
2014-04-29 18:45:37 +00:00 |
templates
|
Fix django 1.7 deprecation warnings: quote arguments to the 'cycle' template tag.
|
2014-12-22 17:36:09 +00:00 |
utils
|
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
|
2014-12-21 19:26:33 +00:00 |
.gitignore
|
Fixes #563
|
2010-12-02 20:34:50 +00:00 |
__init__.py
|
Set version info and settings back to development mode
|
2014-12-21 21:34:03 +00:00 |
api.py
|
Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings.
|
2014-12-17 21:26:32 +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 |
feed_urls.py
|
Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs.
|
2014-04-01 11:59:08 +00:00 |
legacy_router.py
|
Remove unused code
|
2012-01-04 16:58:41 +00:00 |
LICENSE
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
manage.py
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
middleware.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 |
settings.py
|
Removed south from INSTALLED_APPS.
|
2014-12-22 16:52:28 +00:00 |
settings_sqlitetest.py
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
urls.py
|
Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings.
|
2014-12-17 21:26:32 +00:00 |
wsgi.py
|
Fix django 1.7 incompatibilities: Upgrade wsgi.py according to https://docs.djangoproject.com/en/1.7/releases/1.7/#wsgi-scripts
|
2014-12-22 17:48:28 +00:00 |