summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-04-19Added more explicit warnings about unconfigured reStructured Text usage in docs.Luke Plant
2012-04-16Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lem...Claude Paroz
2012-04-15Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...Claude Paroz
2012-04-15Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.Aymeric Augustin
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 #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 #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 #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...Claude Paroz
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-04-09Fixed #17672 -- Precised MacPorts GeoDjango install instructions to install g...Claude Paroz
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-07Added gettext target to sphinx makefiles.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-02Fixed #18009 -- Cleaned up a comment about removal of the old contrib.syndica...Claude Paroz
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-31Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.Claude Paroz
2012-03-31Fix a reST error.Alex Gaynor
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-31Removed documentation for SMTPConnection, which was removed at r15978.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-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-29Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...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-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
2012-03-23Bump the version in a docs example.Alex Gaynor
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-23Edited Django 1.4 release notes:Jacob Kaplan-Moss
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...Julien Phalip
2012-03-19Fixed an indentation issue in GeoDjango installation docs.Claude Paroz
2012-03-19Fixed #17893 -- Added GeoDjango installation instructions for Ubuntu 11.10. T...Claude Paroz