summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak2017-07-271-0/+6
* Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.Tim Graham2017-07-272-13/+13
* Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua2017-07-263-1/+12
* Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.Berker Peksag2017-07-261-1/+1
* Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev2017-07-262-3/+7
* Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham2017-07-251-5/+0
* Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel2017-07-241-0/+8
* Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin2017-07-211-0/+3
* Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham2017-07-211-1/+1
* Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick2017-07-212-4/+15
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-205-3/+22
* Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe2017-07-202-0/+41
* Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov2017-07-192-0/+8
* Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu2017-07-181-5/+6
* Removed unneeded right quotes in docs to fix spelling errors.Tim Graham2017-07-184-5/+5
* Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk2017-07-171-1/+1
* Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...Florian Apolloner2017-07-152-5/+12
* Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...Sergey Fedoseev2017-07-141-0/+3
* Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy2017-07-141-0/+4
* Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.Tim Graham2017-07-141-0/+4
* Refs #28174 -- Added 1.11.4 release note for Python 2 runserver autoreload fix.Tim Graham2017-07-131-0/+3
* Refs #28389 -- Added release note and test for pickling of LazyObject when wr...Sergey Fedoseev2017-07-121-0/+3
* Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...Tim Graham2017-07-111-2/+2
* Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera2017-07-113-10/+10
* Fixed #14204 -- Enforced SQLite foreign key constraints.Claude Paroz2017-07-111-0/+40
* Updated name of topics/db/queries link on index.Tom2017-07-111-1/+1
* Fixed #28378 -- Fixed union() and difference() when combining with a queryset...Mariusz Felisiak2017-07-101-0/+3
* Fixed #28361 -- Fixed possible time-related failure in was_published_recently...marton bognar2017-07-061-1/+1
* Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla2017-07-065-2/+34
* Refs #28355 -- Forwardported 1.11.4 release note.Tim Graham2017-07-061-1/+3
* Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...Mariusz Felisiak2017-07-061-3/+4
* Added missing import in docs/topics/db/queries.txt.Tushar Malik2017-07-041-1/+1
* Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...Matthew Schinckel2017-07-031-1/+6
* Added stub release notes for 1.11.4.Tim Graham2017-07-012-0/+13
* Added release date for 1.11.3.Tim Graham2017-07-011-1/+1
* Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().Jon Dufresne2017-06-301-0/+3
* Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...Simon Charette2017-06-301-0/+3
* Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita2017-06-293-9/+31
* Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler2017-06-282-6/+14
* Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.Mike Vasiliou2017-06-281-0/+7
* Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura2017-06-271-1/+1
* Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak2017-06-273-6/+31
* Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak2017-06-272-2/+13
* Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski2017-06-261-0/+1
* Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev2017-06-262-0/+6
* Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev2017-06-261-3/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-2615-21/+21
* Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...Josh Schneier2017-06-221-0/+3
* Refs #16870 -- Doc'd that CSRF protection requires the Referer header.Flávio Juvenal2017-06-221-0/+12
* Refs #25530 -- Changed _create_index_name to take a table as first parameter.Simon Charette2017-06-201-0/+3