Tim Graham
|
eb0ce6fa36
Added stub release notes for 3.0.
|
6 éve |
Tim Graham
|
ffe53096a9
Bumped version; master is now 3.0 pre-alpha.
|
6 éve |
Carlton Gibson
|
a0c059995a
Removed empty sections from 2.2 release notes.
|
6 éve |
Carlton Gibson
|
ba1a3c6034
Updated man page for Django 2.2 alpha.
|
6 éve |
Simon Charette
|
f84ad16ba4
Refs #17198 -- Detected existing total ordering in admin changelist.
|
6 éve |
Claude Paroz
|
aa5fd84f53
Updated translation catalogs
|
6 éve |
Simon Charette
|
9e5e5a657b
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
|
6 éve |
Santiago Basulto
|
4fc35a9c3e
Fixed #20147 -- Added HttpRequest.headers.
|
7 éve |
Simon Charette
|
aa5d0a5a90
Removed unnecessary transaction wrapping in expressions test.
|
6 éve |
Carlton Gibson
|
876dc306cd
Refs #30102 -- Added comment on use of Template without placeholders in page_not_found() view.
|
6 éve |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 éve |
Simon Charette
|
dbcf2ffa77
Refs #9475 -- Simplified dictionary unpacking.
|
6 éve |
Nick Pope
|
d212bc03ba
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_defaults kwarg-only.
|
6 éve |
Collin Anderson
|
769355c765
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
|
8 éve |
Nasir Hussain
|
f021c110d0
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
|
6 éve |
Claude Paroz
|
87bf35abd3
Removed unexpected chars in Armenian admin translation
|
6 éve |
Jon Dufresne
|
ad7aa02c1d
Removed unnecessary string formatting of strings.
|
6 éve |
David Beitey
|
885cb0d390
Fixed "lets" mistakes in docs.
|
6 éve |
Mariusz Felisiak
|
1508e71c5b
Relaxed assertions to fix GIS test failures on Oracle 18c.
|
6 éve |
Simon Charette
|
b181aba7dd
Refs #28478 -- Prevented database feature based skipping on tests disallowing queries.
|
6 éve |
Simon Charette
|
f5b635086a
Refs #28478 -- Prevented connection attempts against disallowed databases in tests.
|
6 éve |
Simon Charette
|
a96b901932
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connections.
|
6 éve |
Nick Pope
|
846624ed08
Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
|
6 éve |
Nick Pope
|
6d4efa8e6a
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
|
6 éve |
Nick Pope
|
e85afa5943
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
|
6 éve |
Nick Pope
|
c690afb873
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
|
6 éve |
Nick Pope
|
3d5e0f8394
Refs #28643 -- Moved db function mixins to a separate module.
|
6 éve |
Nick Pope
|
7f1577d1ef
Avoided calling as_oracle() for SQLite in Left database function.
|
6 éve |
Nick Pope
|
ae65eed68d
Corrected comment in TruncTime database function.
|
6 éve |
Nick Pope
|
0d7ba0ff8b
Simplified overriding source expressions in some database functions.
|
6 éve |