summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-01-17[1.11.x] Updated man page for Django 1.11 alpha.Tim Graham
2017-01-17[1.11.x] Bumped django_next_version in docs config.Tim Graham
2017-01-17Removed obsolete GIS install instructions.Tim Graham
2017-01-17Fixed #27739 -- Documented LabelCommand.label.Ed Morley
2017-01-17Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-16Fixed #27735 -- Doc'd form widget l10n change (refs #15667).Tim Graham
2017-01-16Removed empty sections from 1.11 release notes.Tim Graham
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-14Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-12Fixed outdated log level in docs/topics/logging.txt.André Cruz
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2017-01-11Fixed typo in docs/topics/db/managers.txt.M Somerville
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...Tim Graham
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2017-01-09Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't Pos...Tim Graham
2017-01-05Alphabetized system check reference.Tim Graham
2017-01-04Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
2017-01-04Added stub release notes for 1.10.6.Tim Graham
2017-01-04Added release date for 1.10.5.Tim Graham
2017-01-04Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2017-01-02Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam
2016-12-31Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
2016-12-31Removed nonexistent LogoutView context from docs.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham
2016-12-30Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-12-28Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj
2016-12-28Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-27Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham
2016-12-27Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.Tim Graham
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-27Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-12-22Documented url()'s 'regex' parameter.Adam Chainz