summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31570 -- Corrected translation loading for apps providing only a subse...issue/31570Carlton Gibson2020-05-2823-3/+173
* Fixed isolation of test_migrate_fake_initial.Mariusz Felisiak2020-05-281-31/+31
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-276-50/+44
* Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith2020-05-272-28/+24
* Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop2020-05-274-6/+54
* Refs #31615 -- Improved creating extension docs.Frantisek Holop2020-05-271-5/+5
* Used not installed extension in CreateExtension() tests.Frantisek Holop2020-05-271-2/+2
* Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...Ahmad A. Hussein2020-05-273-2/+23
* Refs #31494 -- Added test for query strings for GET/HEAD requests when follow...Ahmad A. Hussein2020-05-273-0/+30
* Updated expected release dates for 3.0.7 and 2.2.13.Carlton Gibson2020-05-272-4/+4
* Fixed some formatting issues in docs.Mariusz Felisiak2020-05-272-4/+4
* Refs #31614 -- Added test for ordering by OrderBy() of combined queryset with...Mariusz Felisiak2020-05-271-0/+2
* Fixed #31606 -- Allowed using condition with lookups in When() expression.Ryan Heard2020-05-274-3/+26
* Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of combined q...Laurent Tramoy2020-05-262-2/+20
* Refs #31614 -- Added test for aliases ordering on combined querysets.Laurent Tramoy2020-05-261-0/+11
* Used operator.attrgetter() in test_qs_combinators.Laurent Tramoy2020-05-261-4/+3
* Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...Nan Liu2020-05-262-0/+35
* Fixed #31616 -- Added hint about middleware ordering for SessionMiddleware ad...Hasan Ramezani2020-05-252-0/+12
* Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.René Fleschenberg2020-05-251-5/+5
* Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.Claude Paroz2020-05-253-4/+23
* Improved HTTPSitemapTests.test_localized_priority.Claude Paroz2020-05-251-14/+9
* Removed instructions for unsupported Apache versions.Claude Paroz2020-05-251-7/+1
* Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete().Simon Charette2020-05-252-0/+8
* Refs #31534 -- Improved django.conf.urls.url() warning message with stackleve...Jon Dufresne2020-05-231-0/+1
* Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.Jon Dufresne2020-05-232-2/+2
* Doc'd release step for new classifiers on PyPI.Mariusz Felisiak2020-05-211-0/+4
* Updated list of third-party DB backends.Carlton Gibson2020-05-211-5/+7
* Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.Hasan Ramezani2020-05-212-5/+12
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-2130-41/+156
* Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman2020-05-2110-9/+57
* Added notes related to security pre-notification list requests.Michael Manfre2020-05-211-0/+11
* Made test_once a keyword argument in template_tests.utils.setup().Jon Dufresne2020-05-211-4/+4
* Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak2020-05-205-16/+110
* Added Kyrgyz language.Claude Paroz2020-05-207-2/+46
* Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani2020-05-203-7/+80
* Refs #31607 -- Added release notes for a125da6a7c79b1d4c55677d0bed6f9b1d7d77353.Mariusz Felisiak2020-05-201-0/+3
* Removed unused variable in test_datetimefield_clean_input_formats.David Smith2020-05-201-1/+0
* Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak2020-05-192-1/+27
* Refs #30727 -- Added tests for Subquery with queryset in kwargs pickle withou...Mariusz Felisiak2020-05-191-0/+12
* Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.Carlton Gibson2020-05-191-2/+3
* Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak2020-05-196-38/+16
* Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm112020-05-194-4/+36
* Fixed #31601 -- Fixed SearchHeadlineTests on PostgresSQL 9.6.18+, 10.13+, 11....Hannes Ljungberg2020-05-191-7/+9
* Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf2020-05-182-4/+8
* Used assertIs(…, True) in model_forms.tests.ValidationTest.Jon Dufresne2020-05-181-3/+3
* Updated docutils link to HTTPS and new location.Jon Dufresne2020-05-182-3/+6
* Refs #12990 -- Added DatabaseFeatures.has_json_operators.Tim Graham2020-05-183-3/+8
* Enabled ESLint's "eqeqeq" rule.Jon Dufresne2020-05-181-0/+1
* Alphabetized ESLint rules.Jon Dufresne2020-05-181-5/+5
* Refs #31034 -- Used === in nav_sidebar.js admin JS to avoid possible coercion...Jon Dufresne2020-05-181-1/+1