summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Bumped version to 1.11a1.1.11a1Tim Graham2017-01-172-2/+2
* [1.11.x] Updated man page for Django 1.11 alpha.Tim Graham2017-01-171-567/+643
* [1.11.x] Bumped django_next_version in docs config.Tim Graham2017-01-171-1/+1
* Removed obsolete GIS install instructions.Tim Graham2017-01-171-19/+1
* Fixed #27739 -- Documented LabelCommand.label.Ed Morley2017-01-171-0/+6
* Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley2017-01-171-2/+2
* Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham2017-01-174-6/+113
* Refs #27666 -- Added ProjectState.reload_models().Markus Holtermann2017-01-172-60/+79
* Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann2017-01-177-15/+92
* Refs #27690 -- Removed sleep before drop test db on Oracle.Mariusz Felisiak2017-01-161-2/+0
* Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen2017-01-164-14/+11
* Fixed #27735 -- Doc'd form widget l10n change (refs #15667).Tim Graham2017-01-161-0/+5
* Moved unneeded ImproperlyConfigured inner imports.Tim Graham2017-01-164-7/+4
* Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.Josh Smeaton2017-01-164-2/+84
* Removed empty sections from 1.11 release notes.Tim Graham2017-01-161-64/+4
* Fixed #27736 -- Used decorators for lookup registration.Mads Jensen2017-01-161-60/+20
* Refs #16614 -- Called _prepare_cursor() on every created cursor.François Freitag2017-01-162-4/+3
* Removed unneeded variable in contrib/postgres/fields/jsonb.py.Dmitry Dygalo2017-01-161-2/+1
* Refs #25809 -- Prefered imports from django.db.models.Mads Jensen2017-01-151-1/+1
* Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen2017-01-158-14/+121
* Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel2017-01-146-11/+479
* Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner2017-01-1412-60/+332
* Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz2017-01-141-0/+9
* Refs #16614 -- Prevented database errors from being masked by cursor close.François Freitag2017-01-141-2/+7
* Refs #25226 -- Cloned ArrayField.base_field on deconstruction.Simon Charette2017-01-142-1/+2
* Fixed #27699 -- Added negative timedelta support to parse_duration()Jinank Jain2017-01-142-3/+9
* Fixed tests that rely on hardcoded id with keepdbJosh Smeaton2017-01-141-18/+18
* Changed a test to be consistent when run in parallel.Josh Smeaton2017-01-141-4/+8
* Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache.Simon Charette2017-01-132-10/+27
* Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues2017-01-138-11/+123
* Removed available_apps on TestCase subclasses.Simon Charette2017-01-133-12/+0
* Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette2017-01-134-13/+2
* Refs #20483 -- Implemented cascaded flush on Oracle.Simon Charette2017-01-131-9/+74
* Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.Mariusz Felisiak2017-01-132-0/+16
* Split AuthTemplateTests into test methods.Tim Graham2017-01-121-10/+19
* Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby2017-01-122-3/+24
* Fixed outdated log level in docs/topics/logging.txt.André Cruz2017-01-121-1/+1
* Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.Marten Kenbeek2017-01-112-7/+42
* Fixed typos in docs/ref/contrib/admin/index.txtTim Graham2017-01-111-6/+22
* Fixed typo in docs/topics/db/managers.txt.M Somerville2017-01-111-1/+1
* Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag2017-01-1113-31/+165
* Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders2017-01-116-50/+342
* Fixed #27717 -- Allowed migration optimization across AlterModelOptions.Ed Morley2017-01-102-0/+23
* Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.Mariusz Felisiak2017-01-102-0/+16
* Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...Anton Samarchyan2017-01-102-0/+4
* Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...Tim Graham2017-01-102-4/+5
* Fixed #26961 -- Made admin checks run when DEBUG=False.Adam Chainz2017-01-102-7/+0
* Fixed #27673 -- Made admin's checks run at check time instead of during regis...Adam Chainz2017-01-104-13/+54
* Fixed #27688 -- Made messages' add_message() request check use ducktyping.Raffaele Salmaso2017-01-092-11/+36
* Skipped unnecessary system checks in user_commands test.Adam Chainz2017-01-091-2/+6