summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27469 -- Prevented sending email to empty addressesClaude Paroz2016-11-101-1/+1
* Removed redundant DateTimeField.register_lookup()s.Tim Graham2016-11-101-4/+0
* Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski2016-11-101-2/+10
* Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn2016-11-091-1/+1
* Fixed #27184 -- Allowed uploading TemporaryFile with the test client.Tom Scrace2016-11-091-1/+6
* Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz2016-11-081-1/+4
* Refs #27420 -- Removed exception hiding in Oracle test user creation during -...Mariusz Felisiak2016-11-081-3/+0
* Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak2016-11-081-2/+2
* Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon2016-11-071-4/+6
* Fixed #27454 -- Skipped gettext calls for apps without a locale dir.Carl Meyer2016-11-071-2/+3
* Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant2016-11-061-0/+8
* Fixed typo in django/forms/widgets.py comment.Leila202016-11-061-1/+1
* Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...Sven Engström2016-11-061-1/+1
* Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.Saulius Žemaitaitis2016-11-061-1/+1
* Fixed #27369 -- Prevented widgets from being shared between form field instan...Michal Petrucha2016-11-061-0/+2
* Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski2016-11-051-5/+0
* Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQLAdam Chainz2016-11-051-0/+4
* Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica2016-11-031-1/+1
* Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham2016-11-011-4/+5
* Fixed CVE-2016-9013 -- Generated a random database user password when running...Marti Raudsepp2016-11-011-4/+12
* Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester2016-11-011-5/+6
* Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.Tim Graham2016-10-311-6/+3
* Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...Krzysztof Urbaniak2016-10-311-1/+1
* Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott2016-10-281-14/+0
* Added require_ready argument to get_model methods.Aymeric Augustin2016-10-282-5/+18
* Simplified AppConfig.import_models().Aymeric Augustin2016-10-283-10/+8
* Modified readiness check in AppConfig.get_model(s).Aymeric Augustin2016-10-283-11/+16
* Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.wim glenn2016-10-281-1/+1
* Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham2016-10-289-138/+69
* Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg2016-10-271-1/+1
* Fixed #27373 -- Corrected 404 debug page message for an empty request path.Mariusz Felisiak2016-10-271-1/+5
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-279-180/+19
* Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow2016-10-261-1/+1
* Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne2016-10-251-14/+2
* Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...David Barragán Merino2016-10-251-2/+2
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-251-4/+4
* Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews2016-10-242-2/+2
* Removed unused loop in Query.change_aliases().Tim Graham2016-10-241-4/+0
* Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev2016-10-241-22/+8
* Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.Alvin Lindstam2016-10-221-1/+2
* Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...Jon Dufresne2016-10-211-1/+5
* Optimized file copy in TemplateCommandClaude Paroz2016-10-201-6/+7
* Removed note about obsolete Python versionClaude Paroz2016-10-201-3/+1
* Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.Kevin Christopher Henry2016-10-171-0/+6
* Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.François Freitag2016-10-171-2/+2
* Removed unused branch in ModelIterable.__iter__().Tim Graham2016-10-151-2/+0
* Removed unused 'field' argument to DeleteQuery.delete_batch().Tim Graham2016-10-151-3/+2
* Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.Tim Graham2016-10-143-18/+12
* Removed unused QuerySet.value_annotation attribute.Tim Graham2016-10-141-4/+0
* Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.Mariusz Felisiak2016-10-141-39/+17