summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-13Forwardported 1.4.16 release notes.Tim Graham
2014-09-13Added 1.7.1 release notes for refs #23483.Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham
2014-09-10Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.Malte Beckmann
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-09Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-09-09Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08Revert "Removed dead link in release notes."Marc Tamlyn
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08Removed dead link in release notes.Marc Tamlyn
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...Andrew Pinkham
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-06Fixed #23437 -- Documented required update of WSGI scripts for 1.7.Aymeric Augustin
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-05Fixed #23427 -- Documented migrate is required before runserver for default p...Patrick Beeson
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-04Fixed typo in 1.8 release notes.Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-09-02Added stub release notes for 1.7.1.Tim Graham
2014-09-02Added dates to release notes.Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Cleanup run on the 1.7 release notes.James Bennett
2014-09-01Fixed #23371 -- Changed en_GB first day of the week to Monday.Duncan Parkes
2014-08-30Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-29Fixed a typo in the 1.8 release notes.Simon Charette
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-29Removed unnecessary release notes for django.utils.translation.override().Tim Graham
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-28Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-20Added dates to release notes.Tim Graham
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.Preston Holmes
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20Added release note stubs for 1.5.9 and 1.4.14.Tim Graham