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
45284a90a5
django1
/
django
/
contrib
/
admindocs
History
Claude Paroz
33ffd28d76
Added missing relative imports in test files.
2012-05-12 19:58:32 +02:00
..
locale
Pulled admindocs translations updates from Transifex. Refs
#17822
.
2012-03-23 02:44:50 +00:00
templates
/admin_doc
Fixed
#18037
-- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
2012-04-24 19:55:52 +00:00
tests
Added missing relative imports in test files.
2012-05-12 19:58:32 +02:00
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
models.py
Fixed
#7977
: Fixed admindocs to use docstrings instead of a static array to locate type information.
2009-12-12 20:25:41 +00:00
urls.py
Fixed
#14675
-- Completed removal of `from django.conf.urls.default import *` usage.
2011-09-11 22:36:16 +00:00
utils.py
Fixed a bunch of imports of the email stdlib module now that we are on Python 2.5 to ease the Python 3 port. Thanks, Martin von Löwis.
2011-09-09 16:18:38 +00:00
views.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00