summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #30302 -- Added more tests for forms.model_to_dict().belegnar2019-04-031-0/+3
* Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak2019-04-012-1/+5
* Used QuerySet.bulk_create() in lookup.tests.JangHyukJin2019-04-011-27/+34
* Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham2019-03-302-2/+52
* Made startapp/project's overlaying error message use 'app' or 'project'.oliver2019-03-301-1/+14
* Refs #29697 -- Added test for excluding m2m intermediary table.can2019-03-301-4/+14
* Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli2019-03-291-0/+12
* Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage2019-03-291-0/+4
* Fixed #30241 -- Added more system checks of translation settings.Nick Pope2019-03-281-10/+59
* Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope2019-03-281-7/+11
* Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.sage2019-03-281-1/+3
* Refs #18726 -- Added test for excluding circular related fields with F() expr...Mariusz Felisiak2019-03-281-0/+3
* Fixed #28621 -- Fixed crash of annotations with OuterRef.Mariusz Felisiak2019-03-271-0/+11
* Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel2019-03-251-0/+7
* Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani2019-03-251-1/+10
* Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...Hasan Ramezani2019-03-251-0/+27
* Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen2019-03-243-1/+25
* Removed redundant model field choices tests.Matthias Kestenholz2019-03-235-50/+8
* Fixed #30246 -- Reused annotation aliases references in aggregation filters.Simon Charette2019-03-231-0/+8
* Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.Simon Charette2019-03-231-2/+5
* Refs #30188 -- Prevented double annotation of subquery when aggregated over.Simon Charette2019-03-231-9/+13
* Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.Simon Charette2019-03-231-0/+13
* Fixed #21703 -- Fixed a crash when excluding a related field with a F().Simon Charette2019-03-231-0/+6
* Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave2019-03-221-2/+2
* Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.Matthias Kestenholz2019-03-222-2/+6
* Fixed #30271 -- Added the Sign database function.Nick Pope2019-03-221-0/+53
* Refs #27149 -- Moved subquery expression resolving to Query.Simon Charette2019-03-211-1/+1
* Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.Simon Charette2019-03-211-1/+0
* Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.Simon Charette2019-03-211-1/+47
* Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette2019-03-211-0/+24
* Used QuerySet.bulk_create() in a couple of postgres tests.oliver2019-03-212-21/+21
* Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift2019-03-211-0/+3
* Used a picklable argument for a subTest.Carlton Gibson2019-03-211-1/+1
* Fixed #29956 -- Allowed overriding an order field widget in formsets.Hasan Ramezani2019-03-211-0/+26
* Corrected settings names in SecurityMiddleware tests.Nick Pope2019-03-201-33/+26
* Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope2019-03-208-0/+322
* Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo2019-03-201-0/+15
* Moved choices inside of a test model per coding style.oliver2019-03-201-5/+4
* Fixed serializers test crash if PyYAML isn't installed.Tim Graham2019-03-201-1/+1
* Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit sys...Mariusz Felisiak2019-03-201-2/+2
* Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette2019-03-181-0/+35
* Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...Paveł Tyślacki2019-03-172-4/+111
* Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki2019-03-172-4/+107
* Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.Simon Charette2019-03-171-1/+1
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-156-9/+15
* Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...Matt Westcott2019-03-141-1/+19
* Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin ...Herman S2019-03-141-0/+51
* Simplified test_transform()s in db_functions.math.Mariusz Felisiak2019-03-1416-32/+32
* Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak2019-03-142-7/+9
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-134-3/+201