1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/django
2011-03-09 12:34:17 +00:00
..
bin
conf
contrib Modified collectstatic management command to not include STATIC_ROOT in the user prompt since it's misleading when using a non-local storage backend. 2011-03-09 12:34:17 +00:00
core
db Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. 2011-03-08 22:41:25 +00:00
dispatch
forms
http Removed some dead code, and old/bad constructs from the HttpResponse classes. 2011-03-09 04:09:47 +00:00
middleware
shortcuts
template Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle %}. Thanks to Brian Neal for the report, and to Andrew and Jannis for the design consult. 2011-03-08 13:43:53 +00:00
templatetags
test
utils
views
__init__.py