summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-07-27[1.7.x] Update from key ID in security.txt to authorized release keys list.James Bennett
Backport of fe87f8d6707e13fb9416d8e4c1ebc01817d53755 from master.
2014-07-26[1.7.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
Backport of f14898a453 from master
2014-07-26[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
Backport of 6d5daa30cf from master
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
Backport of 08b85de9b7 from master
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
Backport of e1c85167a3 from master.
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
Conflicts: docs/internals/deprecation.txt
2014-07-25[1.7.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
Thanks Keryn Knight for the report. Backport of f9b7a0383c from master
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
Backport of aa8bc7fa7d from master
2014-07-24[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
Previously, when createcachetable and flush operated on non-default databases, they weren't atomic. Backport of 753a22a635 from master
2014-07-24[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
Thanks thegeekofalltrades at gmail.com for the report. Backport of 5f919b9c81 from master
2014-07-24[1.7.x] Corrected headings in migration docs.Daniel Roseman
Backport of e01fa71142 from master
2014-07-23[1.7.x] Added backwards incompatibility note for refs #22845; refs #23082.Tim Graham
Thanks Kyle Owens for the report. Backport of 8568e7cfa4 from master
2014-07-22[1.7.x] Added warning in tutorial 4 that the regex capture group name has ↵Rikki
changed. Backport of 731f313d60 from master
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
Backport of 06ba4b9eee from master
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
Backport of 8fbf13a6c8 from master
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django. Backport of 3f1412ff7b from master.
2014-07-16[1.7.x] Edited setup.py in reuseable apps tutorial to use a context manager ↵Dean Silfen
for open(). Backport of b8d255071e from master
2014-07-16[1.7.x] Alphabetized django.utils sections.Corey Farwell
Backport of e7827b9494 from master
2014-07-16[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported those for ↵Tim Graham
#13794). Backport of c62c480b2b from master
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
Backport of d9f78d5344 from master
2014-07-16[1.7.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
Thanks django at kerz.id.au. Backport of 7d0519c725 from master
2014-07-14[1.7.x] Fixed #23015 -- Fixed major/minor release terminology in docs.Tim Graham
Backport of dd6ef3197a from master
2014-07-12[1.7.x] Checked more precisely whether the app registry is ready.Aymeric Augustin
Accounted for the three stages of population: app configs, models, ready() methods of app configs. Backport of a764a9cc from master
2014-07-10[1.7.x] Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
Backport of fef26e9a87 from master
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
Thanks to @timgraham for the review. Backport of e1fa7dffdc from master
2014-07-09[1.7.x] Revert "Improve cookie based session backend docs." refs #20418Tim Graham
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360. This is poor advice as it breaks the test client login (refs #22934). We can add a note like this back after refs #22986 is resolved. Backport of 3a85aae2ea from master
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
Thanks claudep for review. Backport of 5ebf03b7dd from master
2014-07-08[1.7.x] Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
Thanks Anssi and Tim for reviews. Backport of 8780849da0 from master
2014-07-08[1.7.x] Document -l as well as --list on migrateAndrew Godwin
2014-07-08[1.7.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
Backport of 9f18b6bcb0 from master
2014-07-07[1.7.x] Fixed #22942 -- Noted that __init__.py files are required for ↵Tim Graham
management command detection. Thanks Diego Cerdán for the suggestion. Backport of 54546cee88 from master
2014-07-07[1.7.x] Fixed a few PEP8 errors in settings doc.Collin Anderson
Backport of 2c1384fbac from master
2014-07-07[1.7.x] Fixed #22966 -- Clarified which release notes appear for each doc ↵Tim Graham
version. Thanks haimunt at yahoo.com for the suggestion. Backport of e6b3d6c22f from master
2014-07-06[1.7.x] Document --fake and --list on migrate commandAndrew Godwin
2014-07-05[1.7.x] Fixed various minor doc typos / references.Daniel Hahler
Backport of 67f9f385aa from master
2014-07-05[1.7.x] Fixed #22943 -- Correctly serialize compiled regexes.Simon Charette
Thanks to antialiasis at gmail dot com for the patch.
2014-07-04[1.7.x] Fixed #22915 -- Document backward incompatible changes in the ↵Loic Bistuer
ValidationError constructor. This patch also fixes update_error_dict to better handle the use case described in this ticket, previously the type of the provided container could be lost in some conditions. Thanks Russell Keith-Magee for the report and Tim Graham for review. Backport of eb7df6b8d7 from master
2014-07-03[1.7.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
Thanks raphael.herouart at gmail.com Backport of 814bcc3395 from master
2014-07-02[1.7.x] Fixed #18108 -- Added instructions for translating documentation.Tim Graham
Thanks Claude Paroz. Backport of 1a3bec4a26 from master
2014-07-02[1.7.x] Clarified that LocMemCache is per-process; refs #7639.Tim Graham
Thanks projectgus for the suggestion. Backport of c37000ab04 from master
2014-07-02[1.7.x] Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
Backport of 5842d8eba4 from master
2014-07-01[1.7.x] Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin
2014-07-01[1.7.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
Thanks mila for the suggestion. Backport of db9a1a0c47 from master
2014-07-01[1.7.x] Included irc link in paragraph to allow for l10nClaude Paroz
Translators may want to change the irc link pointing to a language-specific channel. Backport of 232f2028d5 from master.
2014-06-30[1.7.x] Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
Thanks scibi for the report. Backport of bbf0a9545b from master
2014-06-30[1.7.x] Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
Thanks mrknacky at gmail.com for the report and gajimenezmaggiora for the draft patch. Backport of e3c7af18a3 from master
2014-06-30[1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham
Thanks cjerdonek for the suggestion. Backport of 874053edf9 from master
2014-06-30[1.7.x] Removed reference to old middlewareClaude Paroz
Backport of 0b5bafe993 from master
2014-06-30[1.7.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
Backport of 5359188b08 from master