summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-11-22Improved the test for #16847.Paul McMillan
2011-11-22Improved release notes about session cookie httponly flag (#16847) per Luke's...Paul McMillan
2011-11-21Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiume...Timo Graham
2011-11-21Fixed #16851 - Added how-to access form field value in template; thanks yasar...Timo Graham
2011-11-21Fixed Python 2.5 test failure introduced in r17135.Paul McMillan
2011-11-21Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...Paul McMillan
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin
2011-11-21Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...Aymeric Augustin
2011-11-21Fixed #17268 -- Two failures in the cache tests.Aymeric Augustin
2011-11-21Fixed #17269 -- Corrected the model options doc to indicate that, since 1.4, ...Julien Phalip
2011-11-20Tweaked the skipping condition for the test introduced in r17128 so that it w...Aymeric Augustin
2011-11-20Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...Aymeric Augustin
2011-11-20Upgraded the date based generic views to avoid warnings when time zone suppor...Aymeric Augustin
2011-11-20Ensured that the warning added at r17117 also applies to queryset filter argu...Aymeric Augustin
2011-11-20Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...Julien Phalip
2011-11-20Upgraded manage.py cleanup to be compatible with time zone support. See also ...Aymeric Augustin
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.sessions to be compatible with time zone support.Aymeric Augustin
2011-11-20Fixed #17267 -- Clarified the description of MyISAM's lack of support for for...Aymeric Augustin
2011-11-20Made the database cache backend, which bypasses the ORM, compatible with time...Aymeric Augustin
2011-11-20Disabled tests that require warnings.catch_warnings when running under Python...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-11-19Fix #15646: Document that a FileField's full path can't be relied upon until ...Karen Tracey
2011-11-19Used symbolic constants for psycopg2 isolation levels.Aymeric Augustin
2011-11-19Fixed #16940 - Added "Generic relations" to docs index; thanks danielr for th...Timo Graham
2011-11-19Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the r...Timo Graham
2011-11-19Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report.Timo Graham
2011-11-18Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-18Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRai...Aymeric Augustin
2011-11-18Updated committer bio.Carl Meyer
2011-11-17Fixed some ReST errors in 'regroup' template tag docsLuke Plant
2011-11-17Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.Jannis Leidel
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-11-16Removed empy leftover directory.Ramiro Morales
2011-11-16Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Th...Ramiro Morales
2011-11-16Added RIP next to diveintopython.org in AUTHORS fileAdrian Holovaty
2011-11-15Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ...Julien Phalip
2011-11-13Fix #17174: Add note in the supported databases notes that MySQL can't concei...Karen Tracey
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-13Fixed #13640: Avoid generating an exception when a model has an attribute nam...Karen Tracey