summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-29Removed unneeded * markers from parameter names.Carlton Gibson
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Converted auth test to use subTest().Carlton Gibson
2019-08-29Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...Mariusz Felisiak
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-29Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_anno...Mariusz Felisiak
2019-08-29Added tests for raising an error when passing non-boolean expression to When().Mariusz Felisiak
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-28Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().Jon Dufresne
2019-08-28Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in ...Andrew
2019-08-27Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-08-27Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.Andrew Brown
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-08-26Refs #27804 -- Used subTest() in utils_tests/test_encoding.py.Jon Dufresne
2019-08-26Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak
2019-08-26Refs #23919 -- Replaced super(ASGIHandler, self) with super().Jon Dufresne
2019-08-26Fixed typo in tests/prefetch_related/tests.py comment.Tim Gates
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2019-08-23Fixed broken OracleDbshellTests tests after 9386586f31b8a0bccf59a1bff647cd829...Mariusz Felisiak
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-23Fixed typos in test names and a comment.Min ho Kim
2019-08-23Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak
2019-08-23Reduced code duplication in ArrayField's lookups.Mariusz Felisiak
2019-08-23Fixed typo in docs/ref/applications.txt.Ali Mirlou
2019-08-22Fixed #30064 -- Added form to validate admin search fields query input.Carlton Gibson
2019-08-22Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain
2019-08-22Added header to README.rst.Kshithij Iyer
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen
2019-08-21Fixed broken links and redirects in documentation.François Freitag
2019-08-20Fixed #30695 -- Used relative path in default_storage docs example.Harrison88
2019-08-20Fixed #29667 -- Prohibited whitespaces in path() URLs.Hasan Ramezani
2019-08-20Corrected typo in search docs. (#11673)Dan Swain
2019-08-20Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope
2019-08-19Moved migrations.test_operations.OperationTestBase to migrations.test_base.Mads Jensen
2019-08-19Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...Hasan Ramezani
2019-08-19Fixed #30693 -- Removed separate import of os.path in django.core.management....Maaz Bin Tahir Saeed
2019-08-19Removed outdated examples of flatpages served sites.Garry Polley
2019-08-19Fixed broken links and redirects to OGR library in docs.Mariusz Felisiak
2019-08-19Fixed broken links to Dive Into Python 3 book.bcye
2019-08-18Refs #28428 -- Made FileField.upload_to support pathlib.Path.Claude Paroz
2019-08-18Refs #28428 -- Added test for a callable FileField.upload_to that returns pat...Claude Paroz
2019-08-18Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.Claude Paroz
2019-08-17Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.Simon Charette
2019-08-17Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
2019-08-16Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...Adnan Umer
2019-08-16Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson
2019-08-16Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.Andrew Brown
2019-08-15Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.zeyneloz