summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-0313-24/+23
* Updated How to install Django on Windows guide.David Smith2020-06-032-15/+12
* Fixed #31641 -- Improved loading of navigation sidebar in admin.Collin Anderson2020-06-031-4/+1
* Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak2020-06-031-1/+1
* Added CVE-2020-13254 and CVE-2020-13596 to security archive.Carlton Gibson2020-06-031-0/+24
* Made default_role_error use logger.Mariusz Felisiak2020-06-031-6/+7
* Added stub release notes for 3.0.8.Carlton Gibson2020-06-032-0/+13
* Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.Dan Palmer2020-06-036-45/+66
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-035-3/+36
* Added release date for 2.2.13 and 3.0.7.Carlton Gibson2020-06-032-2/+2
* Refs #30997 -- Improved HttpRequest.is_ajax() warning message with stacklevel=2.Mariusz Felisiak2020-06-031-0/+1
* Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...Thodoris Sotiropoulos2020-06-032-0/+13
* Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson2020-06-032-4/+4
* Updated link to Celery.David Smith2020-06-021-1/+1
* Refs #31485 -- Added release notes for backport of jQuery upgrade to 3.5.1.Carlton Gibson2020-06-022-0/+6
* Adjusted URL example in tutorial.Carlton Gibson2020-06-021-1/+1
* Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne2020-06-028-39/+33
* Fixed typo in docs/ref/templates/language.txt.Chris May2020-06-011-1/+1
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-015-3/+32
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-0122-0/+2
* Made small improvement to docs/topics/db/multi-db.txt.Nikita Sobolev2020-06-011-2/+2
* Made minor edits to TemplateResponseMixin.get_template_names() docs.Fabio Sangiovanni2020-06-011-2/+2
* Fixed #31570 -- Corrected translation loading for apps providing territorial ...Carlton Gibson2020-06-0116-3/+176
* Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.Fabio Sangiovanni2020-06-011-0/+5
* Made intword/intcomma template filters independent of USE_L10N.Claude Paroz2020-06-012-60/+20
* Removed redundant pyenchant dependency in spelling check docs.David Smith2020-06-011-10/+4
* Corrected FAQ link in docs/faq/help.txt.Jon Dufresne2020-05-291-3/+3
* Changed some doc links to use intersphinx.Jon Dufresne2020-05-292-8/+5
* Refs #21171 -- Made Collector.delete() rollback in the correct database.Simon Charette2020-05-291-1/+1
* Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith2020-05-294-4/+16
* Corrected slugify()'s docstring.David Smith2020-05-291-3/+4
* Added more tests for slugify().David Smith2020-05-291-0/+3
* Removed unused admin:jsi18n <script> element from change_password.html.Jon Dufresne2020-05-281-3/+0
* Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.Mariusz Felisiak2020-05-281-2/+10
* Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson2020-05-2810-13/+149
* Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().Adam Johnson2020-05-281-4/+23
* Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick2020-05-284-1/+32
* 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