summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12Fixed #30161 -- Added how to decorate class-based views to view decorators docs.alexanderblnf
2019-03-12Simplified forms_tests.tests.test_formsets.Mariusz Felisiak
2019-03-12Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-03-11Minimized try block in Client.request().Jon Dufresne
2019-03-10Refs #18807 -- Removed unused exception handler from Client.request().Jon Dufresne
2019-03-09Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.Hang Park
2019-03-09Fixed typo in tests/check_framework/test_translation.py comment.Nick Pope
2019-03-08Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.btknu
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-03-07Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.Tim Schilling
2019-03-07Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...Parth Patil
2019-03-07Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk
2019-03-07Corrected markup in v3.0 release notes.tschilling
2019-03-05Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-03-05Fixed #29459 -- Initialized form data/files with empty MultiValueDicts.Andra Denis Ionescu
2019-03-05Fixed #30234 -- Disallowed non-upper settings in settings.configure().orlnub123
2019-03-04Fixed #30232 -- Corrected expected format in invalid DurationField error mess...avas9366
2019-03-04Removed executable bit from static asset xregexp.js.Jon Dufresne
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-03-02Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart ...Tim Graham
2019-03-02Fixed #30227 -- Fixed crash on request without boundary in Content-Type.Tim Graham
2019-03-02Merged isinstance() calls.Jon Dufresne
2019-03-01Refs #30183 -- Moved SQLite table constraint parsing to a method.Paveł Tyślacki
2019-03-01Unified nonexistent foreign key introspection value for SQLite.Paveł Tyślacki
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...Mariusz Felisiak
2019-03-01Fixed #30229 -- Removed polyfill from inlines.min.js.Dan Wilson
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model Meta....Hasan Ramezani
2019-02-28Fixed #30221 -- Made label suffix of admin's read-only fields translatable.Etienne Chové
2019-02-28Fixed #30218 -- Fixed size of admin changelist's search button.Johannes Hoppe
2019-02-28Clarified permission-related docs.Tobias Bengfort
2019-02-27Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.Matthias Kestenholz
2019-02-27Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-27Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-27Removed AutocompleteJsonView.paginator_class.Johannes Hoppe
2019-02-26Refs #30057 -- Added more diffsettings tests.orlnub123
2019-02-25Refs #27685 -- Removed "watchman unavailable" message.Tom Forbes
2019-02-25Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz
2019-02-25Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest breakp...Matthias Kestenholz
2019-02-25Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-25Removed not_skip from isort configuration per isort 4.3.5.Mariusz Felisiak
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-23Added PositiveIntegerField support to LayerMapping.Gabriele Giaccari
2019-02-23Fixed #30141 -- Fixed parse_duration() for some negative durations.Seunghun Lee
2019-02-21Fixed a failure when running tests on systems with SQLite < 3.8.3.Tim Graham
2019-02-21Refs #19544 -- Added a fast path for through additions if supported.Simon Charette
2019-02-21Refs #19544 -- Ignored auto-created through additions conflicts if supported.Simon Charette
2019-02-21Refs #19544 -- Extracted ManyRelatedManager.add() missing ids logic to a method.Simon Charette
2019-02-21Fixed typos in tests/template_tests/test_context.py.Tim Graham
2019-02-21Refs #28643 -- Added MD5 database function.Mariusz Felisiak