summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.24215Tim Graham2015-09-172-5/+5
* Fixed #25400 -- Fixed regression in nonexistent features on gis backends.Daniel Hahler2015-09-172-3/+10
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-167-227/+245
* Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...Gavin Wahl2015-09-162-1/+16
* Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.Matt Robenolt2015-09-168-65/+178
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-166-1/+68
* Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson2015-09-161-1/+1
* Updated docs coverage example to run in a single process.David Gibbons2015-09-161-2/+3
* Merge pull request #5291 from stephenpaulger/masterJames Bennett2015-09-161-1/+1
|\
| * Remove unnecessarily rude terminology.Stephen Paulger2015-09-161-1/+1
|/
* Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith2015-09-154-12/+31
* Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler2015-09-151-0/+1
* Fixed runtests.py message about parallel processes.Aymeric Augustin2015-09-141-2/+3
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-142-4/+6
* Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham2015-09-141-2/+1
* Reverted "Fixed #25203 -- Documented how to pass Apache environment variables...Tim Graham2015-09-141-41/+0
* Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').Adam Chainz2015-09-146-14/+33
* Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...Ville Skyttä2015-09-144-1/+18
* Fixed typo in django/forms/utils.py docstring.Kholid Fuadi2015-09-141-1/+1
* Refs #25386 -- Added links to the OPTIONS of the built-in template backends.Tim Graham2015-09-121-1/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-12130-1503/+5261
* Fixed #25384 -- Ordered imports in newly created migration filesMarkus Holtermann2015-09-121-0/+3
* Cleaned up surrounding documentationMarkus Holtermann2015-09-121-3/+5
* Refs #24919 -- Raised more helpful error message for disabled migrationsMarkus Holtermann2015-09-122-0/+20
* Fixed #24919 -- Allowed disabling of migrations on a per app basisMarkus Holtermann2015-09-124-0/+38
* Fixed #24765 -- Allowed template context updates to flatten a Context.Buddy Lindsey, Jr2015-09-112-1/+63
* Refs #25381 -- Clarified that AppConfig model methods search only the current...Tim Graham2015-09-111-3/+4
* Fixed #25203 -- Documented how to pass Apache environment variables to Django.Paul Rentschler2015-09-111-0/+41
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-114-23/+17
* Renamed admin doc image files to match the documentation they are for.Ryan Allen2015-09-117-5/+5
* Fixed #25200 -- Updated admin screenshots in docs.Ryan Allen2015-09-116-0/+0
* Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box2015-09-118-342/+347
* Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes2015-09-111-2/+16
* Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella2015-09-111-5/+21
* Fixed #25329 -- Prevented _nodb_connection from being left openAdam Chainz2015-09-113-5/+3
* Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2015-09-101-2/+2
* Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella2015-09-102-30/+7
* And fixed merge accident :-(Aymeric Augustin2015-09-101-4/+2
* Adjusted previous commit.Aymeric Augustin2015-09-101-4/+5
* Refs #20461 -- Made tblib optional for a passing test run.Aymeric Augustin2015-09-101-1/+8
* Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson2015-09-101-4/+2
* Merge pull request #4761 from aaugustin/parallelize-tests-attempt-1Aymeric Augustin2015-09-1029-162/+835
|\
| * Documented that the parallel test runner doesn't work on Windows.Aymeric Augustin2015-09-103-5/+10
| * Avoided running more test processes than necessary.Aymeric Augustin2015-09-102-1/+15
| * Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-108-6/+45
| * Made it easier to customize the parallel test runner.Aymeric Augustin2015-09-091-3/+8
| * Changed database connection duplication technique.Aymeric Augustin2015-09-094-27/+27
| * Propagated database clone settings to new connections.Aymeric Augustin2015-09-091-1/+5
| * Test parallelization isn't implemented on Oracle.Aymeric Augustin2015-09-091-0/+2
| * Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin2015-09-092-0/+65