summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-20Removed an outdated comment on DefaultConnectionProxy.Ran Benita
2019-02-20Fixed #18707 -- Added support for the test client to return 500 responses.Jon Dufresne
2019-02-20Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...Simon Charette
2019-02-16Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-14Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...Jakub Szafrański
2019-02-14Fixed #29619 -- Added field names to some FieldErrors.Hasan Ramezani
2019-02-14Optimized iterator exhaustion using collections.deque().Nick Pope
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-14Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-14Made a requests test that will fail in 2028 fail 10 years later.Bernhard M. Wiedemann
2019-02-14Fixed admin_scripts test failures on macOS.Carlton Gibson
2019-02-13Fixed #30173 -- Simplified db.backends.postgresql.client.Daniel Bowring
2019-02-13Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.Tim Graham
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-02-12Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-12Simplified test_cursor_var() by using str instead of Database.STRING.Mariusz Felisiak
2019-02-12Removed unneeded list() calls in enumerate() argument.Sergey Fedoseev
2019-02-11Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2019-02-11Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 releases.Carlton Gibson
2019-02-11Fixed spelling mistakes in comments and tests.Semen Zhydenko