summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-04-27[1.7.x] Improved formatting and links of migration docs.Tim Graham
2014-04-27[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.Tim Graham
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25[1.7.x] Fixed a confusing heading in applications docs.Aymeric Augustin
2014-04-25[1.7.x] Fixed #22422 -- Moved information about the application loading proce...Víðir Valberg Guðmundsson
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22[1.7.x] Added 1.6.4 release note stub.Tim Graham
2014-04-21[1.7.x] Update for 1.7b2 security release.1.7b2James Bennett
2014-04-21[1.7.x] Added information on resolved security issues to release notes.Erik Romijn
2014-04-19[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18[1.7.x] Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-10[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.7.x] Documentation fixes for the select_for_update change.Shai Berger
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-08[1.7.x] Fixed casing of "GeoDjango".Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-04-02[1.7.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.Ramiro Morales
2014-04-01[1.7.x] Added 1.6.3 release note for refs #22256.Claude Paroz
2014-03-31[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-31[1.7.x] Added 1.6.3 release note for refs #22250.Tim Graham
2014-03-29[1.7.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text ch...Tim Graham
2014-03-27[1.7.x] Added Python 3.4 support notes.Tim Graham
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-24[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be req...Tim Graham
2014-03-24[1.7.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.7.x] Added release note about strip_tags improvementClaude Paroz
2014-03-21[1.7.x] Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-03-09Reorganized the database test settingsShai Berger
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...Thomas Sorrel
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-03-01Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz
2014-02-28Fixed spelling mistakes in docs.Tim Graham