index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-03
Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...
Hugo Cachitas
2021-04-02
Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...
Chris Jerdonek
2021-04-02
Refs #32532 -- Replaced is_discoverable() with try_importing().
Chris Jerdonek
2021-04-02
Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.
Adam Johnson
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-04-01
Fixed #32610 -- Fixed get_git_changeset() on Linux.
Mariusz Felisiak
2021-03-31
Removed unnecessary left/right in admin sidebar CSS.
Mariusz Felisiak
2021-03-31
Refs #32594 -- Added Signal.disconnect() test with a model class.
Hugo Cachitas
2021-03-31
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
Maxim Milovanov
2021-03-31
Refs #32105 -- Moved ExceptionReporter template paths to properties.
William Schwartz
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-30
Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...
Mariusz Felisiak
2021-03-30
Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...
Chris Jerdonek
2021-03-30
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2021-03-30
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...
Adam Johnson
2021-03-30
Removed dead link in docs/topics/http/sessions.txt.
arcanemachine
2021-03-29
Fixed #32572 -- Improved ResolverMatch.__repr__().
Nick Pope
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-29
Simplified and optimized test_match_tags().
Chris Jerdonek
2021-03-29
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
Hasan Ramezani
2021-03-26
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Chris Jerdonek
2021-03-26
Refs #32355 -- Corrected comments about Python's _NamespacePath.
William Schwartz
2021-03-26
Added missing mode="rb" argument to open() call in Client.post() example in d...
John
2021-03-26
Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.
sreehari1997
2021-03-25
Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the...
Claude Paroz
2021-03-25
Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin ...
Chris Jerdonek
2021-03-25
Fixed RemoteTestResultTest tests without tblib.
Mariusz Felisiak
2021-03-25
Doc'd that RawSQL can be used with __in.
Simon Willison
2021-03-25
Refs #32579 -- Fixed cookie domain comment in CsrfViewMiddleware.process_view().
Chris Jerdonek
2021-03-25
Refs #32579 -- Optimized good_hosts creation in CsrfViewMiddleware.process_vi...
Chris Jerdonek
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-24
Fixed typo in DiscoverRunner --reverse help text.
Chris Jerdonek
2021-03-24
Refs #32532 -- Added DiscoverRunner.load_tests_for_label().
Chris Jerdonek
2021-03-24
Optimized FkConstraintsTests.test_check_constraints by specifying a database ...
Mariusz Felisiak
2021-03-24
Removed trailing whitespaces in error messages.
Mariusz Felisiak
2021-03-24
Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.
Adam Donaghy
2021-03-24
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...
Nick Pope
2021-03-24
Refs #32460 -- Doc'd and tested that property names of model choice enums can...
Nick Pope
2021-03-24
Fixed page numbers in Paginator.get_elided_page_range() example in docs.
Jannis Vajen
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-03-23
Optimized django.utils.text.capfirst().
Nick Pope
2021-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-23
Refs #32483 -- Added tests QuerySet.values()/values_list() on key transforms ...
Mariusz Felisiak
2021-03-23
Refs #31936 -- Added tests for __in lookup on JSONField key transforms with b...
Mariusz Felisiak
2021-03-22
Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
2021-03-22
Refs #31372 -- Added django.utils.inspect tests for bound methods.
Adam Johnson
2021-03-22
Updated my entry in AUTHORS.
Alex Dutton
2021-03-22
Fixed #32576 -- Corrected dumpdata docs for passing model names to the --excl...
tim-mccurrach
[prev]
[next]