summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...Alasdair Nicol
2014-11-21[1.7.x] Fixed typo in docs/internals/release-process.txt.Tom V
2014-11-21[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...Andrzej Pragacz
2014-11-20[1.7.x] Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-20[1.7.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.7.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17[1.7.x] Fix malformed note directive.Carl Meyer
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-11-17[1.7.x] Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham
2014-11-16[1.7.x] Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-16[1.7.x] Fixes a race condition in the documentation.Peter Sagerson
2014-11-15[1.7.x] Fixed #23808 -- Documented that migrations table is created when usin...Andreas Madsack
2014-11-15[1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
2014-11-15[1.7.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FO...Berker Peksag
2014-11-13[1.7.x] Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-11-13[1.7.x] Fixed #23802 -- Typos in 1.7 release notes.Tim Graham
2014-11-13[1.7.x] Added missing docs for 1_7.W001 check.Tim Graham
2014-11-13[1.7.x] Updated Fink doc section to be version-agnosticClaude Paroz
2014-11-13[1.7.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-13[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.Adam DePue
2014-11-12[1.7.x] Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-11-12[1.7.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-10[1.7.x] Fix a typo in 1.7 release notesaruseni
2014-11-10[1.7.x] Fixed a typo in 1.6 release notes.aruseni
2014-11-09[1.7.x] Fixed #23785 -- Typo in docs/releases/1.6.txtTim Graham
2014-11-06[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...Markus Holtermann
2014-11-05[1.7.x] Removed redundant link in 1.7 release notes.Tim Graham
2014-11-05[1.7.x] Removed confusing paragraph from the docs.Loic Bistuer
2014-11-04[1.7.x] Updated six to 1.8.0.Tim Graham
2014-11-04[1.7.x] Fixed links to mysqlclient in database notes.Tim Graham
2014-11-04[1.7.x] Added a warning about nonexistent FK constraints when unmigrated apps...Tim Graham
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
2014-11-03Clarified custom lookups output_field documentationAndy Chosak
2014-11-03[1.7.x] Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-11-03[1.7.x] Fixed #23376 -- Clarified that certain Storage methods should be impl...James Brewer
2014-11-01[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31[1.7.x] Fixed #23731 -- Fixed migrations crash when adding blank GeometryFiel...Tim Graham
2014-10-31[1.7.x] Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
2014-10-31[1.7.x] Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-31[1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same...Markus Holtermann
2014-10-30[1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view temp...Tim Graham
2014-10-30[1.7.x] Fixed #23736 -- Corrected the description of the value that silent_va...Tim Graham
2014-10-30[1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30[1.7.x] Fixed #23734 -- Replaced striptags in template filter overview since ...Tim Graham
2014-10-30[1.7.x] Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30[1.7.x] Removed extra period.Aymeric Augustin