summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-11-24[1.7.x] Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-24[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...Sergey Fedoseev
2014-11-24[1.7.x] Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24[1.7.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-24[1.7.x] Better migration docs for get_query_set -> get_querysetLuke Plant
2014-11-23[1.7.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-22Revert "[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compati...Carl Meyer
2014-11-22[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-22[1.7.x] Updated an old note about GEOSGeometry.transformClaude Paroz
2014-11-21[1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for re...Stanislas Guerra
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