summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-03[1.8.x] Bumped version for 1.8.5 release.1.8.5Tim 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 #25453 -- Reworded makemigration's ask_not_null_alteration sugg...Benjamin Wohlwend
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-21[1.8.x] Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens
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-18[1.8.x] Refs #17785 -- Made docstring for sqlite3's get_relations() consisten...Hynek Cernoch
2015-09-17[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and value...Aric Coady
2015-09-17[1.8.x] Added a version requirement to mysqlclient in test requirements.Tim Graham
2015-09-17[1.8.x] Added a version requirement to python-memcached in test requirements.Tim Graham
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
2015-09-16[1.8.x] Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson
2015-09-15[1.8.x] Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler
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-14[1.8.x] Fixed typo in django/forms/utils.py docstring.Kholid Fuadi
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