summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added file cleanup in FileFieldTests.test_pickle().fix/remove-stray-fileCarlton Gibson2020-01-091-16/+24
* More accurate terminology ("logger" instead of "logging handler") in logging ...Kal Sze2020-01-091-4/+3
* Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman2020-01-095-10/+57
* Improved ReST formatting in docs/README.rst.KHMANJUNATH2020-01-091-4/+5
* Fixed #31148 -- Added error messages on update()/delete() operations followin...Hasan Ramezani2020-01-092-0/+4
* Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...Hasan Ramezani2020-01-093-5/+23
* Refs #21238 -- Added more tests for pickling FileField and ImageField.Hasan Ramezani2020-01-092-1/+28
* Removed unused lines in ImageFieldTests.test_pickle().Hasan Ramezani2020-01-091-3/+0
* Renamed docs/README to README.rst.Someoneece2020-01-091-0/+0
* Renamed set_language()'s next variable to avoid clash with builtin.Mike Yusko2020-01-091-11/+16
* Refs #23919 -- Removed obsolete comment in signing.pyClaude Paroz2020-01-081-1/+0
* Added tests for using the same name for multiple URL patterns.Jack Cushman2020-01-082-0/+59
* Clarified that ValueError raised by converter.to_python() means no match unle...Jack Cushman2020-01-081-1/+1
* Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...Shubham singh2020-01-085-13/+46
* Fixed #31141 -- Relaxed system check of translation settings for sublanguages.Mariusz Felisiak2020-01-083-8/+39
* Simplified model's Options.add_field() a bit.Taoup2020-01-071-3/+3
* Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz2020-01-0742-119/+32
* Fixed #31103 -- Improved pagination topic documentation.Mark Bailey2020-01-071-43/+40
* Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak2020-01-071-6/+22
* Removed "Don't do that" from docs and error messages.Adam Johnson2020-01-065-20/+14
* Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz2020-01-066-18/+66
* Corrected notes about default date/datetime/time input formats.Claude Paroz2020-01-061-36/+15
* Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().Mariusz Felisiak2020-01-043-1/+21
* Reorganized forms.DateTimeField tests.Claude Paroz2020-01-031-65/+79
* Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.Simon Charette2020-01-037-10/+46
* Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.Federico Jaramillo Martínez2020-01-035-6/+167
* Fixed typo in docs/index.txt.Marya Belanger2020-01-031-1/+1
* Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak2020-01-031-1/+1
* Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...Patrick Seebauer2020-01-023-1/+36
* Added stub release notes for 3.0.3.Mariusz Felisiak2020-01-022-0/+13
* Added release date for 3.0.2.Mariusz Felisiak2020-01-021-1/+1
* Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak2020-01-021-1/+1
* Improved tests assertions in cache tests.Jon Dufresne2019-12-311-66/+62
* Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.Mariusz Felisiak2019-12-311-9/+7
* Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock2019-12-313-11/+47
* Refs #31097 -- Added tests for filter in ArrayAgg and StringAgg.David Wobrock2019-12-311-1/+17
* Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre2019-12-317-4/+32
* Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre2019-12-311-24/+24
* Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn2019-12-306-10/+14
* Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh2019-12-304-1/+20
* Refs #30819 -- Prioritized the date format with four-digit year for the Indon...Aldian Fazrihady2019-12-302-1/+2
* Added guidelines for assertIs() usage.Mads Jensen2019-12-301-0/+5
* Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette2019-12-302-2/+35
* Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...Simon Charette2019-12-304-1/+13
* Fixed random models_fields.test_uuid.TestQuerying failures.Mariusz Felisiak2019-12-271-1/+3
* Increased test coverage of django.utils.inspect.Mads Jensen2019-12-271-0/+8
* Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_laz...Jon Dufresne2019-12-272-1/+14
* Fixed #31121 -- Cleared Site cache in SitesFrameworkTests.Claude Paroz2019-12-271-0/+3
* Fixed typo in django/utils/termcolors.py docstring.leollon2019-12-271-1/+1
* Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...Mariusz Felisiak2019-12-233-1/+47