summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02Refs #32532 -- Replaced is_discoverable() with try_importing().Chris Jerdonek
2021-04-02Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2021-04-01Fixed #32610 -- Fixed get_git_changeset() on Linux.Mariusz Felisiak
2021-03-31Removed unnecessary left/right in admin sidebar CSS.Mariusz Felisiak
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-31Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
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-30Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...Adam Johnson
2021-03-30Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2021-03-29Fixed #32572 -- Improved ResolverMatch.__repr__().Nick Pope
2021-03-29Fixed #31487 -- Added precision argument to Round().Nick Pope
2021-03-29Simplified and optimized test_match_tags().Chris Jerdonek
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-26Refs #32355 -- Corrected comments about Python's _NamespacePath.William Schwartz
2021-03-26Added missing mode="rb" argument to open() call in Client.post() example in d...John
2021-03-26Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.sreehari1997
2021-03-25Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the...Claude Paroz
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-25Doc'd that RawSQL can be used with __in.Simon Willison
2021-03-25Refs #32579 -- Fixed cookie domain comment in CsrfViewMiddleware.process_view().Chris Jerdonek
2021-03-25Refs #32579 -- Optimized good_hosts creation in CsrfViewMiddleware.process_vi...Chris Jerdonek
2021-03-25Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...Girish Sontakke
2021-03-24Fixed typo in DiscoverRunner --reverse help text.Chris Jerdonek
2021-03-24Refs #32532 -- Added DiscoverRunner.load_tests_for_label().Chris Jerdonek
2021-03-24Optimized FkConstraintsTests.test_check_constraints by specifying a database ...Mariusz Felisiak
2021-03-24Removed trailing whitespaces in error messages.Mariusz Felisiak
2021-03-24Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.Adam Donaghy
2021-03-24Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...Nick Pope
2021-03-24Refs #32460 -- Doc'd and tested that property names of model choice enums can...Nick Pope
2021-03-24Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
2021-03-23Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.Florian Demmer
2021-03-23Optimized django.utils.text.capfirst().Nick Pope
2021-03-23Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak
2021-03-23Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...Mariusz Felisiak
2021-03-23Refs #32483 -- Added tests QuerySet.values()/values_list() on key transforms ...Mariusz Felisiak
2021-03-23Refs #31936 -- Added tests for __in lookup on JSONField key transforms with b...Mariusz Felisiak
2021-03-22Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-22Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson
2021-03-22Updated my entry in AUTHORS.Alex Dutton
2021-03-22Fixed #32576 -- Corrected dumpdata docs for passing model names to the --excl...tim-mccurrach