summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-01-02[1.9.x] Added release date for 1.9.1/1.8.8 releases.Tim Graham
2016-01-02[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...varunnaganathan
2016-01-02[1.9.x] Fixed #26016 -- Restored contrib.auth hashers compatibility with py-b...Tim Graham
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-31[1.9.x] Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
2015-12-31[1.9.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-31[1.9.x] Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek
2015-12-30[1.9.x] Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
2015-12-30[1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get...Chris Cogdon
2015-12-30[1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin...Chris Cogdon
2015-12-29[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-12-29[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-25[1.9.x] Added docs example for manually creating a column with RunSQL.Gen1us2k
2015-12-24[1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-24[1.9.x] Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...Tomo Otsuka
2015-12-23[1.9.x] Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-12-23[1.9.x] Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txtAlasdair Nicol
2015-12-23[1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...Alasdair Nicol
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
2015-12-23[1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
2015-12-23[1.9.x] Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessa...Tim Graham
2015-12-23[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires...Sergey Fedoseev
2015-12-22[1.9.x] Fixed #25936 -- Added showmigrations to migrations topic guide.Mads Jensen
2015-12-22[1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance depre...Tim Graham
2015-12-22[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-12-21[1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-21[1.9.x] Removed a misleading comment about HTTPS.Alex Gaynor
2015-12-19[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-man...Tim Graham
2015-12-19[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-18[1.9.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...Aymeric Augustin
2015-12-18[1.9.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-12-18[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
2015-12-17[1.9.x] Fixed #25845 -- Fixed incorrect timezone warnings in custom admin tem...Sven Grunewaldt
2015-12-17[1.9.x] Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable fieldClaude Paroz
2015-12-17[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
2015-12-15[1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its mo...Simon Charette
2015-12-15[1.9.x] Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
2015-12-15[1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.va...Sergey Fedoseev
2015-12-14[1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing...Simon Charette
2015-12-14[1.9.x] Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.Tim Graham
2015-12-12[1.9.x] Fixed #25909 -- Added unicode_literals import to apps.py generated by...Tim Graham
2015-12-11[1.9.x] Fixed #25893 -- Corrected custom lookups example.Bruno Alla
2015-12-11[1.9.x] Refs #25899 -- Improved visibility of TEST database settings in testi...Tim Graham
2015-12-10[1.9.x] Fixed #25883 -- Fixed admin deletion page summary counts for related ...Sergey Fedoseev
2015-12-10[1.9.x] Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-12-10[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-12-10[1.9.x] Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.Derek J. Curtis
2015-12-10[1.9.x] Refs #25099 -- Added removal of build_request_repr() to 1.9 release n...Damien