| Age | Commit message (Collapse) | Author |
|
Fixed #23364. Thanks Markush2010 for the report.
|
|
|
|
This change is needed for upcoming changes where settings might be
grouped in a parent dictionary.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Trac alias flakfizer for the report.
|
|
|
|
Refs #20739. Thanks Raphaël Hertzog for the report and the initial
patch.
|
|
Thanks to Trac alias Markush2010 and ross for the detailed reports.
|
|
In the MySQL backend, updated the can_introspect_small_integer feature
flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a
SmallIntegerField. Added test to verify introspecting SmallIntegerFields
and fixed existing tests influenced by this change.
|
|
Thanks romankrv for the suggestion.
|
|
|
|
|
|
|
|
makemigrations.
|
|
|
|
|
|
|
|
Thanks Keryn Knight for the idea.
|
|
Refs #23073 Workaround.
Refs #22738 Repeats the mysql "offense". When the issue is solved, the
Oracle special case should be made to play with the solution (that is,
Oracle should be fixed the same way that mysql and the 3rd-party backneds
are).
|
|
during makemigrations
|
|
This is a security fix. Disclosure following shortly.
|
|
This is a security fix. Disclosure following shortly.
|
|
This is a security fix. Disclosure following shortly.
|
|
|
|
|
|
|
|
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
|
|
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
|
|
|
|
Oracle doesn't have a `BEGIN` statement so the test would
fail.
Refs #23303
|
|
Refs #22632. This should be the base for using more database
features to exclude specific backends in GIS tests.
Thanks Tim Graham for the review.
|
|
Thanks Klaas van Schelven for the report and Tim Graham for the
review.
|
|
|
|
|
|
|
|
|
|
|
|
check.
|
|
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
|
|
|
Also the unused, undocumented django.utils.html.strip_entities() function.
|
|
|
|
|
|
Thanks jonash for the suggestion and initial patch.
|
|
|