django1/django/contrib/redirects
Claude Paroz d9213d09db Fixed #16678 -- Wrote tests for contrib.redirects app
Thanks Julien Phalip for the report.
2012-11-01 19:47:41 +01:00
..
locale Updated base translation files 2012-10-15 11:17:06 +02:00
__init__.py BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
admin.py Moved RedirectAdmin in django.contrib.redirects to an admin.py module. 2008-07-21 16:01:05 +00:00
middleware.py Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py Fixed #16678 -- Wrote tests for contrib.redirects app 2012-11-01 19:47:41 +01:00