summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refs #13312 -- Removed unnecessary IF wrapping in MySQL nulls_last handling.remove-unnecesary-if-wrapSimon Charette2019-10-311-1/+1
* Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky2019-10-314-2/+21
* Added more tests for floatformat filter with negative values.Sky2019-10-311-0/+2
* Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani2019-10-314-5/+10
* Refs #28428 -- Added tests for using FileSystemStorage with pathlib.Path.Hasan Ramezani2019-10-311-6/+21
* Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.Simon Charette2019-10-311-1/+1
* Fixed typo in docs/ref/signals.txt.Gil Forcada Codinachs2019-10-301-1/+1
* Corrected error message in Many-to-many relationships docs.Mariusz Felisiak2019-10-301-1/+1
* Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee2019-10-304-7/+12
* Refs #20456 -- Added test for initialization of request/args/kwargs attribute...Felipe Lee2019-10-301-0/+11
* Fixed #30927 -- Simplified an example of test for the deprecation warning wit...André Ericson2019-10-301-9/+4
* Refs #28428 -- Made filepath_to_uri() support pathlib.Path.Hasan Ramezani2019-10-304-2/+16
* Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell2019-10-301-5/+5
* Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...Hasan Ramezani2019-10-291-0/+21
* Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-10-291-1/+1
* Simplified AuthenticationMiddleware a bit.Sergey Fedoseev2019-10-291-7/+3
* Used more specific unittest assertions in tests.Nick Pope2019-10-2918-51/+54
* Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.Erwin Junge2019-10-292-2/+21
* Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani2019-10-2934-95/+114
* Refs #30899 -- Made _lazy_re_compile() support bytes.Hasan Ramezani2019-10-291-1/+1
* Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.Hasan Ramezani2019-10-292-13/+19
* Refs #30908 -- Added test for nonexistent path in forms.FilePathField.Hasan Ramezani2019-10-291-0/+4
* Documented the order in which signal receivers are called.Adam Johnson2019-10-281-1/+2
* Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...Hasan Ramezani2019-10-282-2/+15
* Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...Pavel Dedik2019-10-282-0/+31
* Refs #30907 -- Added SplitArrayField._remove_trailing_nulls() hook.Pavel Dedik2019-10-281-10/+15
* Refs #30907 -- Added more tests for SplitArrayField.has_changed().Pavel Dedik2019-10-281-3/+13
* Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev2019-10-258-20/+74
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson2019-10-259-27/+327
* Refs #29087 -- Refactored admin inlines.js.Carlton Gibson2019-10-252-85/+110
* Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak2019-10-251-1/+1
* Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson2019-10-252-1/+13
* Fixed #30904 -- Doc'd caveat about using filtered queryset with select_for_up...Saad2019-10-251-0/+5
* Fixed #30906 -- Fixed an example of using the template system to generate CSV.Hasan Ramezani2019-10-251-4/+2
* Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.Carlton Gibson2019-10-241-6/+6
* Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope2019-10-245-8/+40
* Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...Nick Pope2019-10-245-6/+25
* Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet2019-10-242-1/+2
* Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.Simon Charette2019-10-245-49/+54
* Fixed DatabaseFeatures.update_can_self_select on MariaDB 10.3.2+.Mariusz Felisiak2019-10-241-1/+4
* Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.Carlton Gibson2019-10-242-0/+7
* Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg2019-10-244-5/+38
* Added tblib to the list of test suite dependencies in documentation.Mariusz Felisiak2019-10-231-0/+2
* Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.Mariusz Felisiak2019-10-232-7/+2
* Bumped minimum Pillow version to 6.2.0 in test requirements.Mariusz Felisiak2019-10-232-2/+2
* Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...Nick Pope2019-10-232-0/+6
* Refs #28574 -- Used feature flag for PostgreSQL version check.Nick Pope2019-10-231-1/+1
* Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...Dan Moore2019-10-233-2/+54
* Added tests for Field.get_choices()'s limit_choices_to argument.Dan Moore2019-10-231-0/+23
* Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev2019-10-234-10/+6