summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-21Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2019-03-21Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift
2019-03-21Used a picklable argument for a subTest.Carlton Gibson
2019-03-21Used monospace font in date template filter format character docs.Philipp Bosch
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-03-21Fixed #29956 -- Allowed overriding an order field widget in formsets.Hasan Ramezani
2019-03-20Corrected settings names in SecurityMiddleware tests.Nick Pope
2019-03-20Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-03-20Moved choices inside of a test model per coding style.oliver
2019-03-20Fixed serializers test crash if PyYAML isn't installed.Tim Graham
2019-03-20Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit sys...Mariusz Felisiak
2019-03-18Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
2019-03-18Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-18Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette
2019-03-17Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...Paveł Tyślacki
2019-03-17Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki
2019-03-17Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.Simon Charette
2019-03-15Cleaned up exception message checking in some tests.Jon Dufresne
2019-03-14Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...Matt Westcott
2019-03-14Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin ...Herman S
2019-03-14Simplified test_transform()s in db_functions.math.Mariusz Felisiak
2019-03-14Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
2019-03-13Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki
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