summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-12-05Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...Gordon Pendleton
2019-12-04Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin
2019-12-03Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon
2019-12-03Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin
2019-12-02Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne
2019-12-02Refs #25705 -- Fixed invalid SQL generated by SQLFuncMixin.as_sql() in custom...Mariusz Felisiak
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-12-02Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak
2019-11-29Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests.Carlton Gibson
2019-11-29Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...Baptiste Mispelon
2019-11-29Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak
2019-11-28Refs #23919 -- Replaced super(...) with super() in metaclasses.Jon Dufresne
2019-11-28Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...Jon Dufresne
2019-11-28Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_f...Jon Dufresne
2019-11-28Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit b...Jon Dufresne
2019-11-27Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe
2019-11-27Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.Johannes Hoppe
2019-11-27Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.Hasan Ramezani
2019-11-27Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh
2019-11-27Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh
2019-11-26Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon
2019-11-25Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.Simon Charette
2019-11-25Fixed #27914 -- Fixed serialization of nested classes in migrations.John Bowen
2019-11-25Refs #23950 --- Moved test DeconstructibleInstances class to a module level.John Bowen
2019-11-22Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev
2019-11-22Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon
2019-11-22Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon
2019-11-22Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...Simon Charette
2019-11-22Refs #8467 -- Added test for RelatedManager.add()/remove() with an invalid type.Simon Charette
2019-11-21Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...Carlton Gibson
2019-11-21Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh
2019-11-21Refs #25367 -- Made Query.build_filter() raise TypeError on non-conditional e...Simon Charette
2019-11-21Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette
2019-11-21Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).Simon Charette
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne
2019-11-20Pinned asgiref version.Carlton Gibson
2019-11-19Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...Hasan Ramezani
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-11-18Replaced encode() usage with bytes literals.Jon Dufresne
2019-11-18Replaced unnecessary str()/bytes() calls with literals.Jon Dufresne
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-11-18Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette
2019-11-18Relaxed some query ordering assertions in tests.Tim Graham
2019-11-18Refs #30990 -- Added test for 'z' date format with a leap year.Baptiste Mispelon
2019-11-18Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...Mariusz Felisiak
2019-11-18Removed hardcoded pk in view_tests.tests.test_defaults.Tim Graham
2019-11-18Removed hardcoded pk in test_pk_set_on_repeated_add_remove.Tim Graham