datatracker/ietf
Ole Laursen b72742764f Set ALLOWED_HOSTS (may need some tweaking), add LOGGING setting to
enable HTML exception emails to compensate for not carrying the HTML
patch that was applied to Django 1.2
 - Legacy-Id: 6982
2013-12-18 14:00:44 +00:00
..
bin Remove shim layer from bin/dump-draft-info 2013-12-06 17:58:05 +00:00
community Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +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 Turn on CSRF protection - all forms must from now on have a {% csrf_token %} 2013-12-17 12:50:24 +00:00
doc Rewrite wg_menu tag to use simple_tag instead of a full template Node, 2013-12-18 10:25:59 +00:00
group ._meta.module_name -> ._meta.model_name 2013-12-18 12:07:04 +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 Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
ietfauth Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
ipr mimetype -> content_type (mimetype is deprecated) 2013-12-16 16:53:47 +00:00
liaisons Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +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 raw_post_data -> body 2013-12-18 11:52:21 +00:00
message assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
name Remove proxies 2013-12-07 12:01:57 +00:00
nomcom Delete ADMIN_MEDIA_PREFIX which is now gone in Django, add a pattern to the static serving so a debug/test server serves the admin static files 2013-12-18 11:45:36 +00:00
patches Don't insert references to self. 2013-11-02 20:59:43 +00:00
person Rewrite a bunch of HttpResponseRedirect + url reverse calls to instead 2013-12-17 10:23:42 +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 Remove a bunch of unnecessary |escape filter calls, auto-escaping is enabled by default so manual escape is only necessary in few cases 2013-12-18 13:38:13 +00:00
submit Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
sync assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
templates Remove a bunch of unnecessary |escape filter calls, auto-escaping is enabled by default so manual escape is only necessary in few cases 2013-12-18 13:38:13 +00:00
utils Don't output coverage data if there are test failures 2013-12-17 10:08:12 +00:00
wgcharter Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
wginfo Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +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
feed_urls.py Port feed setup to new feed API where each feed is a class-based view 2013-12-16 16:29:22 +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 Set ALLOWED_HOSTS (may need some tweaking), add LOGGING setting to 2013-12-18 14:00:44 +00:00
settings_sqlitetest.py Fix import path in settings_sqlitetest.py 2013-12-12 12:24:25 +00:00
urls.py MEDIA_ROOT -> STATIC_ROOT - apparently we don't really use MEDIA_ROOT at the moment since all files are handled not through file fields, but through explicit management of their paths 2013-12-18 13:18:58 +00:00
wsgi.py Updated the comment with the working Apache setting for a dev server. 2013-09-18 20:31:57 +00:00