summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-03Fixed a typo in r17638.Aymeric Augustin
2012-03-03Modified a test added in r17508 to not run under Oracle.Ramiro Morales
2012-03-03Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings after enab...Aymeric Augustin
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-03-03Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...Jannis Leidel
2012-03-02Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...Jannis Leidel
2012-03-02Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. ...Carl Meyer
2012-03-02Added missing newline to makemessages output. Thanks Florian Apolloner for re...Carl Meyer
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17799 - Documented that the execute() method of a management command i...Carl Meyer
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-03-02Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.Jannis Leidel
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-03-02Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...Carl Meyer
2012-03-02Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatib...Carl Meyer
2012-03-02Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...Jannis Leidel
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