summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-02Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...Jannis Leidel
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
2012-03-02Fixed #17766. Clarified HttpOnly flag on session cookie.Paul McMillan
2012-03-02Refs #17800 - Added release notes and deprecation note about SECRET_KEY requi...Carl Meyer
2012-03-02Modified the error when SECRET_KEY is missing to be a DeprecationWarning.Paul McMillan
2012-03-02Fixed test cases that generate their own settings file.Paul McMillan
2012-03-02Added a default SECRET_KEY setting to the default test sesttings (refs #17800).Jannis Leidel
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-03-01Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...Aymeric Augustin
2012-03-01Corrected contrib.markup filter errors to not use misleading template syntax.Carl Meyer
2012-03-01Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
2012-03-01Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...Carl Meyer
2012-03-01Fixed #17767 - Added signed cookie session backed to session engine settings ...Timo Graham
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-29Avoided importing _mysql directly. Refs #17755.Aymeric Augustin
2012-02-28Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...Aymeric Augustin
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2012-02-28Fixed #17786 -- Exception when running the tests under Oracle, during the des...Aymeric Augustin
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2012-02-27Clarified the fact that the signal_changed signal isn't used by Django itself...Aymeric Augustin
2012-02-27Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...Aymeric Augustin
2012-02-27Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.Ramiro Morales
2012-02-27Added versionadded info for ensure_csrf_cookie decoratorLuke Plant
2012-02-27Fixed ReST typo in CSRF docs.Luke Plant
2012-02-27Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Ju...Ramiro Morales
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-26Fixed #17772 -- typo in the release notes.Aymeric Augustin
2012-02-26Added file missed in r17588.Ramiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
2012-02-24Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.Timo Graham
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...Timo Graham
2012-02-23Improved get_random_string().Paul McMillan
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Reverted r17577 because it's actually possible to use a time zone that isn't ...Aymeric Augustin
2012-02-22Noted that TIME_ZONE must be the server time zone when time zone support is e...Aymeric Augustin
2012-02-22Fixed #17728 -- When filtering an annotation, ensured the values used in the ...Aymeric Augustin
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-22Enabled the admin selenium tests to run on Chrome.Julien Phalip
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2012-02-21Improved CSRF error message.Paul McMillan
2012-02-21Fixed a few typos in the aggregation functions reference.Aymeric Augustin
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-20Fixed #16758 - Added a warning regarding overriding default settings; thanks ...Timo Graham
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...Timo Graham