summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-04-21Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...Carlton Gibson
2021-04-20Refs #25287 -- Added support for multiplying and dividing DurationField by sc...Tobias Bengfort
2021-04-20Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy.François Freitag
2021-04-20Refs #28017 -- Added test for PasswordResetTokenGenerator subclass with a cus...François Freitag
2021-04-19Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().Chris Jerdonek
2021-04-19Refs #32611 -- Removed initial "Testing against ..." log message calls from -...Chris Jerdonek
2021-04-19Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bi...Chris Jerdonek
2021-04-16Fixed #29899 -- Made autodetector use model states instead of model classes.David Wobrock
2021-04-15Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke
2021-04-14Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner
2021-04-14Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak
2021-04-14Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2021-04-14Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...Mariusz Felisiak
2021-04-14Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckCo...Hasan Ramezani
2021-04-14Refs #31530 -- Added test for joined OneToOneField in CheckConstraint.checkHasan Ramezani
2021-04-13Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-13Reduced the garbage collection frequency in runtests.py.Adam Johnson
2021-04-12Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined query...Iuri de Silvio
2021-04-12Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.Chris Jerdonek
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2021-04-08Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.Adam Johnson
2021-04-08Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2021-04-07Fixed #32442 -- Used converters on returning fields from INSERT statements.Adam Johnson
2021-04-07Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-07Refs #32074 -- Backported Enum.__repr__() from Python 3.10.Mariusz Felisiak
2021-04-06Updated asgiref dependency for 3.2 release series.Carlton Gibson
2021-04-06Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.Mariusz Felisiak
2021-04-06Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.Mariusz Felisiak
2021-04-06Updated translations from Transifex.Claude Paroz
2021-04-03Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...Hugo Cachitas
2021-04-02Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...Chris Jerdonek
2021-04-02Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2021-03-31Refs #32594 -- Added Signal.disconnect() test with a model class.Hugo Cachitas
2021-03-31Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-30Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-03-30Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...Mariusz Felisiak
2021-03-30Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...Chris Jerdonek
2021-03-30Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal
2021-03-29Fixed #32572 -- Improved ResolverMatch.__repr__().Nick Pope
2021-03-29Fixed #31487 -- Added precision argument to Round().Nick Pope
2021-03-29Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.Hasan Ramezani
2021-03-26Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.Chris Jerdonek
2021-03-25Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin ...Chris Jerdonek
2021-03-25Fixed RemoteTestResultTest tests without tblib.Mariusz Felisiak
2021-03-25Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...Girish Sontakke
2021-03-24Optimized FkConstraintsTests.test_check_constraints by specifying a database ...Mariusz Felisiak
2021-03-24Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.Adam Donaghy