summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.Hasan Ramezani2019-12-091-1/+7
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-093-3/+50
* Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...Mariusz Felisiak2019-12-091-0/+8
* Fixed #31060 -- Reallowed window expressions to be used in conditions outside...Alex Aktsipetrov2019-12-061-2/+18
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-062-11/+48
* Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().Jon Dufresne2019-12-061-6/+6
* Removed unnecessary __init__.py creation in admin_scripts.tests.Jon Dufresne2019-12-061-2/+0
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-062-0/+15
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-053-1/+87
* Moved selenium import to nested scope.Carlton Gibson2019-12-051-2/+1
* Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton2019-12-051-1/+1
* Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin2019-12-041-23/+9
* Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon2019-12-031-0/+45
* Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin2019-12-031-1/+12
* Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne2019-12-022-26/+13
* Refs #25705 -- Fixed invalid SQL generated by SQLFuncMixin.as_sql() in custom...Mariusz Felisiak2019-12-021-1/+1
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-025-76/+116
* Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak2019-12-022-1/+70
* Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests.Carlton Gibson2019-11-291-20/+35
* Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...Baptiste Mispelon2019-11-291-14/+9
* Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak2019-11-291-16/+56
* Refs #23919 -- Replaced super(...) with super() in metaclasses.Jon Dufresne2019-11-281-1/+1
* Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...Jon Dufresne2019-11-281-8/+8
* Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_f...Jon Dufresne2019-11-281-2/+4
* Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit b...Jon Dufresne2019-11-281-1/+1
* Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe2019-11-272-26/+30
* Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.Johannes Hoppe2019-11-273-22/+22
* Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.Hasan Ramezani2019-11-272-1/+38
* Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh2019-11-271-0/+4
* Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh2019-11-271-0/+2
* Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon2019-11-261-0/+20
* Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.Simon Charette2019-11-251-2/+18
* Fixed #27914 -- Fixed serialization of nested classes in migrations.John Bowen2019-11-251-0/+16
* Refs #23950 --- Moved test DeconstructibleInstances class to a module level.John Bowen2019-11-251-4/+5
* Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev2019-11-221-0/+23
* Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon2019-11-221-1/+10
* Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon2019-11-221-1/+1
* Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...Simon Charette2019-11-221-1/+9
* Refs #8467 -- Added test for RelatedManager.add()/remove() with an invalid type.Simon Charette2019-11-221-0/+6
* Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...Carlton Gibson2019-11-211-40/+0
* Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh2019-11-211-0/+18
* Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...Simon Charette2019-11-211-0/+6
* Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette2019-11-213-2/+51
* Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).Simon Charette2019-11-211-15/+24
* Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne2019-11-201-1/+28
* Pinned asgiref version.Carlton Gibson2019-11-201-1/+1
* Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...Hasan Ramezani2019-11-192-24/+50
* Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo2019-11-195-9/+180
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-1913-7/+59
* Removed unnecessary numeric indexes in format strings.Jon Dufresne2019-11-194-5/+5