This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
014638a131
django1
/
django
/
contrib
/
redirects
History
Claude Paroz
87cc3da814
Merged contrib translations from 1.5 branch
2013-02-26 21:51:06 +01:00
..
locale
Merged contrib translations from 1.5 branch
2013-02-26 21:51:06 +01: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
Fixed
#19779
-- Checked contrib.sites presence in RedirectFallbackMiddleware
2013-02-08 16:32:09 +01:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Fixed
#19779
-- Checked contrib.sites presence in RedirectFallbackMiddleware
2013-02-08 16:32:09 +01:00