summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-09-29[1.8.x] Fixed #25376 -- Required virtualenv in installation instructions.Tim Graham
2015-09-28[1.8.x] Documented auth's login/logout function parameters.Tim Graham
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...Tim Graham
2015-09-26[1.8.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-25[1.8.x] Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
2015-09-25[1.8.x] Fixed #25451 -- Added advice about organizing tests.Tim Graham
2015-09-24[1.8.x] Removed a prominent note about django.utils.unittest deprecation.Tim Graham
2015-09-24[1.8.x] Fixed #25455 -- Optimized dictfetchall() example.Tim Graham
2015-09-24[1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham
2015-09-23[1.8.x] Fixed #25386 -- Warned about differences between Engine and DjangoTem...Tim Graham
2015-09-23[1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txtDon Kirkby
2015-09-23Refs #24361 -- Corrected documented level of the 'django' logger.Tim Graham
2015-09-22[1.8.x] Fixed #25447 -- Emphasized the need to restart dev server when adding...Henry Jordan
2015-09-22[1.8.x] Added link to Babel's message extracting functionality.Rik
2015-09-22[1.8.x] Recommended against default_app_config.Aymeric Augustin
2015-09-21[1.8.x] Added "readded" to the docs wordlist.Tim Graham
2015-09-21[1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-21[1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz
2015-09-19[1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
2015-09-19[1.8.x] Fixed #25160 (again) -- Moved data loss check on reverse relations.Aymeric Augustin
2015-09-18[1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-17[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and value...Aric Coady
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-14[1.8.x] Reverted "Fixed #25203 -- Documented how to pass Apache environment v...Tim Graham
2015-09-14[1.8.x] Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of ...Adam Chainz
2015-09-14[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with un...Ville Skyttä
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ba...Tim Graham
2015-09-12[1.8.x] Fixed #25384 -- Ordered imports in newly created migration filesMarkus Holtermann
2015-09-11[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only the...Tim Graham
2015-09-11[1.8.x] Fixed #25203 -- Documented how to pass Apache environment variables t...Paul Rentschler
2015-09-11[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-09[1.8.x] Fixed #25372 -- Fixed autocompletion for options of non-argparse comm...Daniel Hahler
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
2015-09-05[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04[1.8.x] Added links to new security settings introduced in 1.8.David Sanders
2015-09-04[1.8.x] Refs #25144 -- Revised deprecation timeline: migrations won't become ...Tim Graham
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04[1.8.x] Updated static files howto title to include JavaScript.David Gibbons
2015-09-03[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
2015-09-02[1.8.x] Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.Tim Graham
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-28[1.8.x] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that c...Tim Graham