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
2021-12-22
Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.
Adam Johnson
2021-12-22
Refs #33355 -- Added missing tests for database functions and expression on n...
Adam Johnson
2021-12-21
Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...
Brenton Partridge
2021-12-21
Refs #24121 -- Added __repr__() to BaseFormSet.
Baptiste Mispelon
2021-12-21
Fixed typo in django/forms/widgets.py.
vavanade
2021-12-21
Optimized MiddlewareMixin coroutine check.
Adam Johnson
2021-12-21
Optimized django.template.autoreload.get_template_directories() a bit.
Adam Johnson
2021-12-21
Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.
David Wobrock
2021-12-20
Fixed #33367 -- Fixed URLValidator crash in some edge cases.
mendespedro
2021-12-20
Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...
mendespedro
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-12-17
Fixed #33366 -- Fixed case handling with swappable setting detection in migra...
Simon Charette
2021-12-16
Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.
Mariusz Felisiak
2021-12-16
Fixed #30127 -- Deprecated name argument of cached_property().
mgaligniana
2021-12-16
Fixed admin CSS for calendar widget for RTL languages.
ahmadekhalili
2021-12-15
Fixed #33316 -- Added pagination to admin history view.
mgaligniana
2021-12-15
Refs #33316 -- Moved paginator styles to base.css.
mgaligniana
2021-12-15
Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...
Jacob Walls
2021-12-14
Fixed unescape_string_literal() crash on empty strings.
Florian Apolloner
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-12-14
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Jeremy Lainé
2021-12-13
Improved wording in password validators docs and docstrings.
Adam Johnson
2021-12-13
Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Adam Johnson
2021-12-13
Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...
mendespedro
2021-12-10
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...
Mariusz Felisiak
2021-12-10
Fixed DatabaseFeatures.requires_literal_defaults on SQLite.
Mariusz Felisiak
2021-12-10
Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
Mariusz Felisiak
2021-12-10
Moved ManagementForm's fields to class attributes.
Adam Johnson
2021-12-10
Corrected return value of ForeignKey.db_check().
Adam Johnson
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-12-08
Refs #33319 -- Added comment about keys/values assertion in Query.change_alia...
Ömer Faruk Abacı
2021-12-08
Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...
Baptiste Mispelon
2021-12-08
Fixed #19721 -- Allowed admin filters to customize the list separator.
Shreya Bamne
2021-12-08
Refs #32290 -- Optimized construct_relative_path() by delay computing has_quo...
Keryn Knight
2021-12-07
Refs #25265 -- Allowed customizing Query's datastructure classes.
Erik Cederstrand
2021-12-07
Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
Adam Johnson
2021-12-07
Removed unused map_options JS variable.
Claude Paroz
2021-12-07
Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...
Florian Apolloner
2021-12-06
Updated translations from Transifex.
Mariusz Felisiak
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-12-03
Fixed #33078 -- Added support for language regions in i18n_patterns().
Maxim Piskunov
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-12-03
Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...
Georgi Yanchev
2021-12-02
Removed unused country argument from GeoIP2._check_query().
Nick Pope
2021-12-02
Removed redundant GeoIP2._check_query() calls.
Nick Pope
2021-12-02
Removed unused GeoIP2._cache attribute.
Nick Pope
2021-12-02
Moved unnecessary inner import in GeoIP2.geos().
Nick Pope
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
[prev]
[next]