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
f315693304
django1
/
django
/
contrib
/
admindocs
History
Ramiro Morales
0fa8d43e74
Replaced `and...or...` constructs with PEP 308 conditional expressions.
2013-05-26 23:47:50 -03:00
..
locale
Updated translation catalogs
2013-05-25 14:32:44 +02:00
templates
/admin_doc
Loaded cycle and firstof from future in built-in templates. Refs
#17906
.
2013-02-24 15:16:45 +01:00
tests
Fixed
#17365
,
#17366
,
#18727
-- Switched to discovery test runner.
2013-05-10 23:08:45 -04:00
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
middleware.py
Fixed
#20126
-- XViewMiddleware moved to django.contrib.admindocs.middleware
2013-05-19 13:18:35 +02: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
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
views.py
Replaced `and...or...` constructs with PEP 308 conditional expressions.
2013-05-26 23:47:50 -03:00