summaryrefslogtreecommitdiff
path: root/docs/releases
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] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
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-24[1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...Tomo Otsuka
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
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-19[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-man...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-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-15[1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its mo...Simon Charette
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-12[1.9.x] Fixed #25909 -- Added unicode_literals import to apps.py generated by...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 #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
2015-12-09[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_...Amos Onn
2015-12-08[1.9.x] Refs #25886 -- Improved language in Python compatibility section of t...Tim Graham
2015-12-08[1.9.x] Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the...Tim Graham
2015-12-07[1.9.x] Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette
2015-12-07[1.9.x] Fixed #25548 -- Prevented FormView.form_invalid() from discarding its...Alex Morozov
2015-12-05[1.9.x] Refs #25584 -- Corrected note about source of SyntaxErrors when insta...Tim Graham
2015-12-04[1.9.x] Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.Emre Yilmaz
2015-12-03[1.9.x] Fixed #25851 -- Removed links to deprecated assignment tag docs.Alasdair Nicol
2015-12-01[1.9.x] Added stub release notes for 1.9.1.Tim Graham
2015-12-01[1.9.x] Added release date for 1.9.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-30[1.9.x] Removed obsolete phrase about adding Python 3.5 in Django 1.9.Tim Graham
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-27[1.9.x] Added Scottish Gaelic as new available languageClaude Paroz
2015-11-27[1.9.x] Added Colombian Spanish as new available languageClaude Paroz
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-25[1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-25[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...Jacek Bzdak
2015-11-25[1.9.x] Added stub release notes for 1.8.8.Tim Graham
2015-11-24[1.9.x] Added CVE-2015-8213 to the security archive.Tim Graham
2015-11-24[1.9.x] Added release date for 1.8.7/1.7.11 releases.Tim Graham
2015-11-24[1.9.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-11-23[1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash wi...Tim Graham