Nick Pope
|
a25029b336
Removed unused Date.prototype.getHourMinute().
|
před 6 roky |
Nick Pope
|
8c694317f8
Removed unused Date.prototype.getHourMinuteSecond().
|
před 6 roky |
Nick Pope
|
93d1f2d209
Removed unused String.prototype.pad_left().
|
před 6 roky |
Nick Pope
|
41e6ef28b0
Removed unneeded compatibility shim for getComputedStyle().
|
před 6 roky |
Mariusz Felisiak
|
2a431db0f5
Fixed #28621 -- Fixed crash of annotations with OuterRef.
|
před 6 roky |
Tim Graham
|
c4447ad231
Doc'd django-docs-translation and Read the Docs release steps.
|
před 6 roky |
Tim Graham
|
9caa3e0a29
Doc'd a few contributing guidelines.
|
před 6 roky |
Nathan Gaberel
|
624573726a
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
|
před 6 roky |
Hasan Ramezani
|
d4df5e1b0b
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
|
před 6 roky |
Hasan Ramezani
|
981dd6dd71
Fixed #28431 -- Added a system check for BinaryField to prevent strings defaults.
|
před 6 roky |
Mariusz Felisiak
|
dc53f2135b
Fixed typo in docs/releases/3.0.txt.
|
před 6 roky |
Jani Tiainen
|
044cc54420
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
před 6 roky |
Matthias Kestenholz
|
ea60b7bc74
Removed redundant model field choices tests.
|
před 6 roky |
Albert Wang
|
2ee1e1a174
Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.
|
před 6 roky |
Simon Charette
|
1ca825e4dc
Fixed #30246 -- Reused annotation aliases references in aggregation filters.
|
před 6 roky |
Simon Charette
|
3f32154f40
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
|
před 6 roky |
Simon Charette
|
d1e9c25162
Refs #30188 -- Prevented double annotation of subquery when aggregated over.
|
před 6 roky |
Simon Charette
|
bdc07f176e
Fixed #30188 -- Fixed a crash when aggregating over a subquery annotation.
|
před 6 roky |
Simon Charette
|
f19a4945e1
Fixed #21703 -- Fixed a crash when excluding a related field with a F().
|
před 6 roky |
Ryan J Schave
|
cbf7e71558
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
|
před 6 roky |
Matthias Kestenholz
|
ea071870f9
Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
|
před 6 roky |
Nick Pope
|
d26b242443
Fixed #30271 -- Added the Sign database function.
|
před 6 roky |
Simon Charette
|
5935a9aead
Removed obsolete Lookup hook to prepare rhs expressions.
|
před 6 roky |
Simon Charette
|
3a505c70e7
Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.
|
před 6 roky |
Simon Charette
|
3543129822
Refs #27149 -- Moved subquery expression resolving to Query.
|
před 6 roky |
Simon Charette
|
96b6ad94d9
Refs #27149 -- Made Subquery store Query instead of Queryset.
|
před 6 roky |
Simon Charette
|
e595a713cc
Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.
|
před 6 roky |
Simon Charette
|
fb3f034f1c
Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
|
před 6 roky |
Simon Charette
|
9dc367dc10
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
|
před 6 roky |
oliver
|
2aaabe2004
Used QuerySet.bulk_create() in a couple of postgres tests.
|
před 6 roky |