summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-17Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r1...Claude Paroz
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz
2012-03-16Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks samuel...Claude Paroz
2012-03-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...Claude Paroz
2012-03-16Added Django-Python version matching table in FAQ.Claude Paroz
2012-03-15Fixed #17607 -- Added homebrew section in Mac OS X-specific install instructi...Claude Paroz
2012-03-15Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for th...Claude Paroz
2012-03-15Bump trunk to 1.4 RC 2.James Bennett
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreS...Claude Paroz
2012-03-13Fixed #17891 -- Documented a small backwards incompatibility in the `password...Julien Phalip
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-13Add myself to committersClaude Paroz
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel
2012-03-13Add a note to the backwards-incompatible changes section of 1.4 release notes...Karen Tracey
2012-03-12Made some small edits to localization docs from [17690]Adrian Holovaty
2012-03-12Fixed the localization docs a little to point to the correct Transifex URL. A...Jannis Leidel
2012-03-12Added note to releases/1.4.txt about contrib.auth user password hash-upgrade ...Adrian Holovaty
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-12Fixed broken link.Carl Meyer
2012-03-11Fixed a couple of typos in testing document.Ramiro Morales
2012-03-11Fixed an inappropriate repetition. Thanks DanGer for the report.Aymeric Augustin
2012-03-10Fixed Sphinx warnings when building docs introduced in r17665.Ramiro Morales
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-05Bump for 1.4 RC 1.James Bennett
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-03-04Fixed a ReST error. Thanks md4d for the report.Aymeric Augustin
2012-03-04Documented a limit of the SQLite backend, in relation with the bulk_create fu...Aymeric Augustin
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
2012-03-03Linked to the FAQ from the release notes.Aymeric Augustin
2012-03-03Fixed a typo in the time zone docs. Thanks Ramiro.Aymeric Augustin
2012-03-03Fixed #17738 -- Extended the time zone documentation with a FAQ. Thanks Anssi...Aymeric Augustin
2012-03-03Added a blurb about new SimpleTestCase class to release notes.Ramiro Morales
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-03-03Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings after enab...Aymeric Augustin
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17799 - Documented that the execute() method of a management command i...Carl Meyer
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel