summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-04Fixed geodjango postgis/creation.py to use postgresql_psycopg2 instead of leg...Adrian Holovaty
2011-04-04Fixed #15613: Don't send content-length headers for non-regular files. Thanks...Andrew Godwin
2011-04-04Fixed #15738 -- Removed unnecessary line in contrib.contenttypes tests. Thank...Adrian Holovaty
2011-04-03Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to j...Russell Keith-Magee
2011-04-03Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-04-02Fixed #15704 -- Made cache tests more reusable by moving the backend path int...Adrian Holovaty
2011-04-02Fixed a comma splice in docs/faq/install.txt from [16004]Adrian Holovaty
2011-04-02Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMylesAdrian Holovaty
2011-04-02Fixed grammar error in utils/functional.py from [15940]Adrian Holovaty
2011-04-02Updated the Python version requirements FAQ entry in the installation section.Ramiro Morales
2011-04-02Removed support code for deprecated module-based template loaders from debug ...Ramiro Morales
2011-04-02Fixed #15717 -- Updated databrowse to use class-based generic date views. Tha...Russell Keith-Magee
2011-04-02Added missing warnings importRussell Keith-Magee
2011-04-02Refactored views regression tests to isolate generic views from the root URL ...Russell Keith-Magee
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning caused by testing deprecated DjangoTestRunnerRussell Keith-Magee
2011-04-02Silenced a DeprecationWarning in formtools caused by testing the deprecated s...Russell Keith-Magee
2011-04-02Corrected warning filter in test_client_regressRussell Keith-Magee
2011-04-02More migrations to use RedirectView instead of redirect_toRussell Keith-Magee
2011-04-02Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an...Russell Keith-Magee
2011-04-02Updated to test_client_regress to use RedirectView instead of deprecated redi...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-02Advanced deprecations for function-based generic viewsRussell Keith-Magee
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecations in django.utils.translation.Russell Keith-Magee
2011-04-02Advanced deprecations in django.test.Russell Keith-Magee
2011-04-02Advanced deprecations in django.template.Russell Keith-Magee
2011-04-02Advanced deprecation on CompatCookie.Russell Keith-Magee
2011-04-02Removed deprecated en_format helper function.Russell Keith-Magee
2011-04-02Removed deprecated XMLField.Russell Keith-Magee
2011-04-02Removed a usage of the depreacted SMTPConnection in test.utils.Russell Keith-Magee
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2011-04-02Removed deprecated DB backend functions for creating m2m tables.Russell Keith-Magee
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2011-04-02Advanced deprecations in core.cache.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.syndication.Russell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.localflavor.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.gis.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.formtools.Russell Keith-Magee
2011-04-02Removed deprecated contrib.csrf app.Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-04-02Advanced deprecation for MEDIA_URL and STATIC_URL without a trailing slash.Russell Keith-Magee
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-31Fixed #15724 -- Added update_wrapper import to utils.functional to be a bit m...Jannis Leidel
2011-03-31Fixed #15726 -- Fixed the name of a file of the Mexican Spanish translation a...Jannis Leidel
2011-03-30Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XM...Justin Bronn