summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-10-24[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for ...Sergey Fedoseev
2015-10-23[1.8.x] Fixed #25397 -- Documented class-based view context variable clash wi...Jacek Bzdak
2015-10-23[1.8.x] Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-22[1.8.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-22[1.8.x] Refs #24622 -- Documented alternatives to some test response attribut...Benjamin Wohlwend
2015-10-21[1.8.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass...Tim Graham
2015-10-21[1.8.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template...Jacek Bzdak
2015-10-19[1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...Simon Charette
2015-10-19[1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...Aymeric Augustin
2015-10-17[1.8.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-14[1.8.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
2015-10-13[1.8.x] Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-13[1.8.x] Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
2015-10-07[1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a war...Tim Graham
2015-10-06[1.8.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...Mariusz Felisiak
2015-10-06[1.8.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
2015-10-06[1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-10-05[1.8.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-10-05[1.8.x] Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release n...Tim Graham
2015-10-03[1.8.x] Added stub release notes for 1.8.6.Tim Graham
2015-10-03[1.8.x] Added release date for 1.8.5.Tim Graham
2015-10-03[1.8.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
2015-10-03[1.8.x] Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-10-02[1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's field...John Moses
2015-10-02[1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
2015-09-30[1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci
2015-09-30[1.8.x] Clarified that Model.delete() isn't called as a result of a cascading...David Sanders
2015-09-29[1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes reorganiza...Tim Graham
2015-09-29[1.8.x] Improved "“standalone” Django usage" example.David Sanders
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