summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-07-26[1.7.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-24[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
2014-07-24[1.7.x] Corrected headings in migration docs.Daniel Roseman
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-16[1.7.x] Alphabetized django.utils sections.Corey Farwell
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-07-12[1.7.x] Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-07-08[1.7.x] Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-07-08[1.7.x] Document -l as well as --list on migrateAndrew Godwin
2014-07-07[1.7.x] Fixed a few PEP8 errors in settings doc.Collin Anderson
2014-07-06[1.7.x] Document --fake and --list on migrate commandAndrew Godwin
2014-07-03[1.7.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
2014-07-01[1.7.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
2014-06-30[1.7.x] Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
2014-06-30[1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham
2014-06-30[1.7.x] Removed reference to old middlewareClaude Paroz
2014-06-30[1.7.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
2014-06-26[1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo
2014-06-24[1.7.x] Improved documentation for QueryDict.Duncan Parkes
2014-06-24[1.7.x] Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
2014-06-23[1.7.x] Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-20[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-19[1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-18[1.7.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-06-18[1.7.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...Jorge C. Leitão
2014-06-17[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-17[1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expressi...Tim Graham
2014-06-15[1.7.x] Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-15[1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-14[1.7.x] Complemented dwithin docs about using geographic geometriesClaude Paroz
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-06-12[1.7.x] Fixed #22811 -- Allowed setting both the old and new TEST database se...Tim Graham
2014-06-12[1.7.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-11[1.7.x] Fixed typo in docs/ref/forms/validation.txt.Maxime Lorant
2014-06-10[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-09[1.7.x] Doc edits for refs #22487.Tim Graham
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-06[1.7.x] Added formatting and line wrapping to checks reference doc.Tim Graham
2014-06-04[1.7.x] Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
2014-06-03[1.7.x] Updated current state of MySQL Connector/Python.INADA Naoki