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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2020-10-05
Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-10-01
Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.
Thibaud Colas
2020-10-01
Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.
Thibaud Colas
2020-09-30
Fixed #31986 -- Fixed admin filter sidebar scrolling.
Tom Carrick
2020-09-30
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
Updated translations from Transifex.
Claude Paroz
2020-09-29
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...
David Wobrock
2020-09-29
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...
Jacob Walls
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-09-25
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-09-24
Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.
David Smith
2020-09-24
Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elem...
Jacob Walls
2020-09-23
Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio ...
Matthias Kestenholz
2020-09-23
Fixed #32027 -- Fixed wrapping of long words in admin error messages.
Matthias Kestenholz
2020-09-23
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-23
Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.
Raffaele Salmaso
2020-09-23
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
Hasan Ramezani
2020-09-22
Corrected docstring quotes in various code.
Mariusz Felisiak
2020-09-22
Made jinja2 import lazy in django.forms.
Adam Johnson
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-09-17
Tweaked loaddata command to re-use a calculated value.
Владимир Лысенко
2020-09-17
Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...
Hasan Ramezani
2020-09-16
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-16
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-15
Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
Mariusz Felisiak
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-15
Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
manav014
2020-09-15
Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQ...
Tim Graham
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-11
Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...
Barton Ip
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-11
Fixed #31993 -- Added subtitles to admin change/view pages.
Jon Dufresne
2020-09-10
Fixed #31992 -- Made admin password reset templates use title/content_title b...
Jon Dufresne
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-09
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-09-07
Fixed #31985 -- Corrected salted_hmac()'s docstring about supported algorithms.
Francisco Couzo
2020-09-07
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-07
Refs #21231 -- Corrected parse_qsl() fallback.
Tim Graham
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-09-04
Fixed #27417 -- Made RenameField operation a noop for field name case changes...
Mariusz Felisiak
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-09-03
Fixed #31978 -- Added username hint to admin's password reset confirmation form.
Collin Anderson
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
[prev]
[next]