summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-05Fixed #15644 -- Improved Django File wrapper to support more file-like object...Claude Paroz
2012-04-05Removed pre-2.6 compatibility code in date-based form fields. Refs #9459.Claude Paroz
2012-04-05Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...Claude Paroz
2012-04-02Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...Claude Paroz
2012-04-02Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndica...Claude Paroz
2012-04-01Fixed #18022 -- Fixed import of standalone Python 'json' module.Ramiro Morales
2012-04-01Removed broken function-based custom test runner in GeoDjangoRamiro Morales
2012-04-01Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTP...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-31Advanced version identifiers for 1.5 development cycle.Ramiro Morales
2012-03-31Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the dest...Claude Paroz
2012-03-31Removed some more useless code related to the verify_exists removal.Claude Paroz
2012-03-31Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.Claude Paroz
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-31Moved a template that was added in the wrong directory.Aymeric Augustin
2012-03-31Fix a reST error.Alex Gaynor
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Removed deprecated tests missed in r17839.Aymeric Augustin
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.Aymeric Augustin
2012-03-31Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...Aymeric Augustin
2012-03-31Removed deprecated copy of PermWrapper and PermLookupDict from django.core.co...Aymeric Augustin
2012-03-31Removed deprecated CompatCookie.Aymeric Augustin
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-31Removed deprecated and undocumented function django.contrib.formtools.utils.s...Aymeric Augustin
2012-03-31Removed deprecated DjangoTestRunner.Aymeric Augustin
2012-03-31Removed deprecated attribute Response.template in the test client. Refs #12226.Aymeric Augustin
2012-03-31Removed documentation for SMTPConnection, which was removed at r15978.Aymeric Augustin
2012-03-31Prevented Django from running with an empty secret key. Refs #17800.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Fixed #17999 -- Restored the links to examples from models documentation. Ref...Claude Paroz
2012-03-30Added stub release notes for 1.5Claude Paroz
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-29Fixed #17811 -- Added connection parameter in call to EmailMessage from send_...Claude Paroz
2012-03-29Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...Claude Paroz
2012-03-29Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha...Claude Paroz
2012-03-29Fixed #17989 -- Made an error message translatable in CH localflavor. Thanks ...Claude Paroz
2012-03-29Fixed #17947 -- Fixed language restore after management command even when exc...Claude Paroz
2012-03-29Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.Ramiro Morales
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider compatibility...Claude Paroz
2012-03-27Added missing indentation in models topic documentation.Claude Paroz
2012-03-26Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980. Thanks ...Claude Paroz
2012-03-26Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...Aymeric Augustin
2012-03-25Fix lintian error in manpages.Paul McMillan
2012-03-23Fixed #17963 -- Fixed internal links in the 1.4 release notes.Claude Paroz