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
f8297f6323
django1
/
django
/
contrib
/
sitemaps
History
Aymeric Augustin
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
...
Refs
#20680
.
2013-07-01 14:29:33 +02:00
..
management
Fixed
#14805
-- Capitalize "Google" in sitemaps docs. Thanks, Adam.
2010-12-12 22:56:52 +00:00
templates
Fixed
#8172
-- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding
2008-09-08 05:19:28 +00:00
tests
Stopped using django.utils.unittest in the test suite.
2013-07-01 14:29:33 +02:00
__init__.py
Replaced `and...or...` constructs with PEP 308 conditional expressions.
2013-05-26 23:47:50 -03:00
models.py
Added a missing (empty) models.py file required for the tests from r13644 to actually run.
2010-08-30 12:32:26 +00:00
views.py
More import removals
2013-06-29 11:58:36 +02:00