summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-30Removed legacy handing for `settings.DATABAS_*` and using short-form referenc...Alex Gaynor
2011-03-30Removed deprecated legacy connection handling for `Field.get_db_*`.Alex Gaynor
2011-03-30Cleaned up some test code.Luke Plant
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Added release notes about the removal of Django 1.2 compatibility fallbacks f...Luke Plant
2011-03-30Removed Django 1.2 compatibility fallback for session data integrity check hash.Luke Plant
2011-03-30Removed Django 1.2 compatibility fallback for contrib.comments forms hash.Luke Plant
2011-03-30Updated FormPreview to use form_hmac rather than the old security_hash functionLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for form wizard hashLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for password reset hashLuke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Removed Django 1.1 fallback for CSRF checks.Luke Plant
2011-03-30Added stub release notes for 1.4Luke Plant
2011-03-30Fixed integer overflows that occurred when `OFTReal` fields were treated as `...Justin Bronn
2011-03-30Fixed tests broke in r15926.Justin Bronn
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-28Removed totally unused setting.Luke Plant
2011-03-28Remove a license that no long applies to any code, and add a comment for the ...Alex Gaynor
2011-03-28Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-28Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-28Removed a Python 2.4 try/except no longer necessary in django.utils.translati...Adrian Holovaty
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-28Simplified sqlite backend ImproperlyConfigured check now that we don't suppor...Adrian Holovaty
2011-03-28Removed no-longer-valid comment about Python 2.3 and 2.4 in formtools/utils.pyAdrian Holovaty
2011-03-28Simplified django.utils.feedgenerator.get_tag_uri now that we don't require P...Adrian Holovaty
2011-03-28Changed setup.py classifiers to use a better indentation styleAdrian Holovaty
2011-03-28Removed Python 2.4 classifier from setup.pyAdrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty