summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin...Daniel Fairhead
2019-11-06Refs #29983 -- Added tests for FileBasedCache pathlib support.Jon Dufresne
2019-11-06Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne
2019-11-06Documented arguments for custom 500 error view.Dan Swain
2019-11-06Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-11-06Added a link to the file email backend from EMAIL_FILE_PATH setting.Jon Dufresne
2019-11-06Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.Jon Dufresne
2019-11-06Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.Jon Dufresne
2019-11-05Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
2019-11-05Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...kola-er
2019-11-05Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne
2019-11-05Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.Alasdair Nicol
2019-11-05Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...Hasan Ramezani
2019-11-05Refs #30095 -- Added Field._choices_is_value().Hasan Ramezani
2019-11-05Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.Mariusz Felisiak
2019-11-05Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...Jon Dufresne
2019-11-04Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.Mariusz Felisiak
2019-11-04Removed unnecessary EXCLUDE_FROM_PACKAGES from setup.py.Jon Dufresne
2019-11-04Added Uzbek locale formats.bedilbek
2019-11-04Added Uzbek language.Claude Paroz
2019-11-04Refs #13312 -- Simplified handling of nulls ordering on MySQL.Nick Pope
2019-11-04Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...Jon Dufresne
2019-11-04Updated list of field types conversions in ModelForm docs.Adam Johnson
2019-11-04Simplified consecutive calls to pathlib.Path.parent.Jon Dufresne
2019-11-04Added release dates for 2.2.7, 2.1.14, and 1.11.26.Mariusz Felisiak
2019-11-04Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-11-01Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani
2019-10-31Refs #13312 -- Removed unnecessary IF wrapping in nulls_last handling on MySQL.Simon Charette
2019-10-31Refs #30095 -- Simplified Field._check_choices() a bit.Mariusz Felisiak
2019-10-31Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky
2019-10-31Added more tests for floatformat filter with negative values.Sky
2019-10-31Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani
2019-10-31Refs #28428 -- Added tests for using FileSystemStorage with pathlib.Path.Hasan Ramezani
2019-10-31Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.Simon Charette
2019-10-30Fixed typo in docs/ref/signals.txt.Gil Forcada Codinachs
2019-10-30Corrected error message in Many-to-many relationships docs.Mariusz Felisiak
2019-10-30Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee
2019-10-30Refs #20456 -- Added test for initialization of request/args/kwargs attribute...Felipe Lee
2019-10-30Fixed #30927 -- Simplified an example of test for the deprecation warning wit...André Ericson
2019-10-30Refs #28428 -- Made filepath_to_uri() support pathlib.Path.Hasan Ramezani
2019-10-30Fixed #30917 -- Clarified formsets topic documentation.Ken Whitesell
2019-10-29Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...Hasan Ramezani
2019-10-29Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-10-29Simplified AuthenticationMiddleware a bit.Sergey Fedoseev
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-29Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.Erwin Junge
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-29Refs #30899 -- Made _lazy_re_compile() support bytes.Hasan Ramezani
2019-10-29Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.Hasan Ramezani
2019-10-29Refs #30908 -- Added test for nonexistent path in forms.FilePathField.Hasan Ramezani