Nikita Marchant
|
4e4082f939
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
|
3 years ago |
Jonny Park
|
4e8121e8e4
Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.
|
3 years ago |
Andrew Northall
|
c23aa73626
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
|
3 years ago |
Mart Sõmermaa
|
9b1158a7e0
Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow customization.
|
3 years ago |
Greg Twohig
|
fc2bd40fc7
Fixed #32990 -- Simplified and optimized tag regex.
|
3 years ago |
Jarosław Wygoda
|
d3c4696596
Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesMixin.
|
3 years ago |
Jonathan Davis
|
4c6a6d5ac7
Fixed #23895 -- Prevented pickling of ResolverMatch.
|
3 years ago |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 years ago |
Jordan Bae
|
3d9040a50b
Refs #32743 -- Fixed recreation of foreign key constraints when altering type of referenced primary key with MTI.
|
3 years ago |
Tom Wojcik
|
20226fcd46
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list.
|
3 years ago |
ryowright
|
1783b3cb24
Fixed #32275 -- Added scrypt password hasher.
|
3 years ago |
Ties Jan Hefting
|
84400d2e9d
Fixed #32905 -- Added CSS class for non-form errors of formsets.
|
3 years ago |
Wu Haotian
|
aba9c2de66
Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.
|
3 years ago |
Nick Pope
|
fa35c8bdbc
Fixed #30934 -- Included database alias in django.db.backends log messages.
|
3 years ago |
Lucidiot
|
b69b0c3fe8
Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expressions.
|
3 years ago |
Keryn Knight
|
7f6a41d3d9
Fixed #32814 -- Improved performance of TextNode.
|
3 years ago |
aryabartar
|
651e527f9b
Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0.
|
3 years ago |
Michael Lissner
|
5a8e8f80bb
Fixed #32772 -- Made database cache count size once per set.
|
3 years ago |
yyyyyyyan
|
e197dcca36
Clarified docs about increasing the work factor for bcrypt hasher.
|
3 years ago |
Rohith PR
|
530f58caaa
Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.
|
3 years ago |
Zain Patel
|
4e5bbb6ef2
Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
|
3 years ago |
Abhyudai
|
4a77aeb1f8
Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_checks docs.
|
3 years ago |
girishsontakke
|
a815a6a315
Fixed #32641 -- Made DiscoverRunner print the number of found tests.
|
3 years ago |
Arthur Jovart
|
08c60cce3b
Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
|
3 years ago |
sreehari1997
|
0860db225a
Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.
|
3 years ago |
Alex Dutton
|
021f946569
Updated my entry in AUTHORS.
|
3 years ago |
F. Malina
|
a9cf954e61
Updated my entry in AUTHORS.
|
3 years ago |
Harm Geerts
|
06e5f7ae16
Fixed #29052 -- Made test database creation preserve alias order and prefer the "default" database.
|
3 years ago |
Egidijus Macijauskas
|
6307c3f1a1
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
|
3 years ago |
Jerin Peter George
|
1adc09064f
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice.
|
3 years ago |