summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-14Fixed #18041 -- Removed support for Markdown versions < 2.1, following the 1....Claude Paroz
2012-04-14Fixed a typo in an example in the timezone docs.Aymeric Augustin
2012-04-14Fixed #18078 -- Linked more prominently to the removed features in the releas...Aymeric Augustin
2012-04-13Fixed #18118 -- Improved documentation for contrib.auth.hashers utility funct...Claude Paroz
2012-04-12Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...Claude Paroz
2012-04-12Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.Claude Paroz
2012-04-11Fixed #18107 -- Replaced a deprecated import path for GeoIP in docs. Thanks j...Claude Paroz
2012-04-11Fixed #18027 -- Removed an HTMLParser test that doesn't raise any more in rec...Claude Paroz
2012-04-11Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...Aymeric Augustin
2012-04-11Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...Claude Paroz
2012-04-11Fixed #18103 -- Regression introduced in r17895.Aymeric Augustin
2012-04-11Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley...Alex Gaynor
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-10Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...Claude Paroz
2012-04-10Made the caching of related and reverse related objects consistent in OneToOn...Aymeric Augustin
2012-04-10Fixed #18090 -- Applied filters when running prefetch_related backwards throu...Aymeric Augustin
2012-04-09Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....Carl Meyer
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-04-09Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install g...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-08Fixed #18014 -- Removed rev_join_map from sql/query.py.Anssi Kääriäinen
2012-04-07Added gettext target to sphinx makefiles.Claude Paroz
2012-04-07Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...Claude Paroz
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-04-06Fixed #18074 -- Fixed description of dumpdata command --database option.Ramiro Morales
2012-04-06Fixed #16233 -- Added link to multiple databases docs from custom sql alias s...Claude Paroz
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