summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-11Removed an unused function argument in db_functions test.Mads Jensen
2016-11-11Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-11Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-11Fixed #27431 -- Prevented disabled form fields from appearing as changed.Kenneth Veldman
2016-11-10Removed a bit of builtin_server tests for Python ≤ 2.7.3.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-10Removed an obsolete (as of refs #25999) logging test from refs #18985.Tim Graham
2016-11-10Fixed #27469 -- Prevented sending email to empty addressesClaude Paroz
2016-11-10Removed redundant DateTimeField.register_lookup()s.Tim Graham
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-09Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09Fixed #27414 -- Doc'd that F() expressions on relations return pk values.Jop Reyntjes
2016-11-09Tested the test client uploading of NamedTemporaryFile.Tom Scrace
2016-11-09Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz
2016-11-08Skipped makemessages -l tests when xgettext isn't installed.Marti Raudsepp
2016-11-08Refs #27420 -- Removed exception hiding in Oracle test user creation during -...Mariusz Felisiak
2016-11-08Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-07Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon
2016-11-07Corrected release note location of BaseCommand.can_import_settings removal.Tim Graham
2016-11-07Fixed #27454 -- Skipped gettext calls for apps without a locale dir.Carl Meyer
2016-11-06Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant
2016-11-06Fixed typo in docs/ref/middleware.txt.Tim Graham
2016-11-06Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
2016-11-06Added myself to the Ops team. (#7518)Tobias McNulty
2016-11-06Fixed typo in django/forms/widgets.py comment.Leila20
2016-11-06Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...Sven Engström
2016-11-06Added Emmanuelle Delescolle to AUTHORS.Erik Romijn
2016-11-06Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.Saulius Žemaitaitis
2016-11-06Fixed #27369 -- Prevented widgets from being shared between form field instan...Michal Petrucha
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski
2016-11-05Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQLAdam Chainz
2016-11-05Adjusted documentation of migration related commands.Krzysztof Gogolewski
2016-11-05Readded 'pytz' to spelling wordlist.Rivo Laks
2016-11-05Removed myself from the ops team.Aymeric Augustin
2016-11-05Added code highlighting in README.rstSuriyaa Kudo
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-11-04Fixed typo in docs/topics/testing/tools.txt.Pamela McA'Nulty
2016-11-03Fixed #27425 -- Removed obsolete "developers for hire" FAQ.Tim Graham
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-11-01Completed django.utils.timezone test coverage.Tim Graham
2016-11-01Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-11-01Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-11-01Fixed CVE-2016-9013 -- Generated a random database user password when running...Marti Raudsepp
2016-11-01Added stub release notes for 1.9.11/1.8.16.Tim Graham
2016-11-01Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester
2016-10-31Fixed #27400 -- Documented {% static %} encoding change in 1.10.Henry Dang