Melissa Lewis
|
d97cce3409
|
isorted import statements in tutorial example
|
2018-03-22 08:53:56 +01:00 |
Tim Graham
|
623139b5d1
|
Refs #29147 --- Added JSONField serialization tests.
|
2018-03-21 20:11:06 -04:00 |
Alasdair Nicol
|
0c100f8b57
|
Clarified docs about ISO 8601 week numbering.
|
2018-03-21 20:00:39 -04:00 |
Michael Sinov
|
9aca67bea8
|
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type.
|
2018-03-21 12:28:16 -04:00 |
Tim Graham
|
a170dac887
|
Fixed too many parentheses in inspectdb Meta.unique_together output.
Regression in c76d87427d .
|
2018-03-21 10:39:36 -04:00 |
Mads Jensen
|
bb79e480e1
|
Increased test coverage for i18n template tags.
|
2018-03-21 08:38:07 -04:00 |
Tim Graham
|
c76d87427d
|
Refs #23919 -- Removed obsolete comments about u'' prefixes.
|
2018-03-21 08:15:07 -04:00 |
Tim Graham
|
ba76c3c45b
|
Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py docstrings.
|
2018-03-21 08:08:40 -04:00 |
Jezeniel Zapanta
|
abe6c5defe
|
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
|
2018-03-20 21:09:08 -04:00 |
Denis
|
1834490a0c
|
Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations.
|
2018-03-20 20:43:33 -04:00 |
Sergey Fedoseev
|
27ca5ce19f
|
Used datetime.timezone.utc instead of pytz.utc for better performance.
|
2018-03-20 15:24:16 -04:00 |
Nick Pope
|
281c0223b3
|
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
6421bd702f
|
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
5fa4f40f45
|
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
2018-03-20 12:10:10 -04:00 |
Peter Inglesby
|
73f7d1755f
|
Extracted deserialize fk/m2m functions from Deserializer.
In preparation for handling forward references (refs #26291).
|
2018-03-20 12:07:39 -04:00 |
Astral
|
a0c03c62a8
|
Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
|
2018-03-19 21:05:43 -04:00 |
Mariusz Felisiak
|
cede5111bb
|
Refs #28643 -- Added LPad and RPad database functions.
Thanks Tim Graham for the review.
|
2018-03-19 17:35:16 +01:00 |
Tim Graham
|
8d67c7cffd
|
Added stub release notes for 1.11.12.
|
2018-03-19 09:49:16 -04:00 |
Hasan Ramezani
|
274e3e27f3
|
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_texts.
|
2018-03-17 20:51:24 -04:00 |
Claude Paroz
|
3c4ff21763
|
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:54 -04:00 |
Claude Paroz
|
aa0ee372cd
|
Added tests for MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:50 -04:00 |
Mads Jensen
|
77609f922e
|
Removed unused args in Index.clone().
|
2018-03-17 15:42:09 -04:00 |
Tim Graham
|
f8b98f0edc
|
Removed DatabaseFeatures.can_introspect_null.
The only known usage is in the unmaintained django-pymssql project.
|
2018-03-16 11:43:41 -04:00 |
Mariusz Felisiak
|
362813d628
|
Fixed hanging indentation in various code.
|
2018-03-16 10:54:34 +01:00 |
Mattia Procopio
|
aeb8c38178
|
Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected.
|
2018-03-15 21:33:15 -04:00 |
Josh Schneier
|
b60e5fdbb7
|
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
|
2018-03-15 20:47:18 -04:00 |
Mariusz Felisiak
|
9421aee35e
|
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Thanks Tim Graham and Mads Jensen for reviews.
|
2018-03-15 20:57:23 +01:00 |
David Sanders
|
47bb3b68ff
|
Fixed #29219 -- Made admin filters use processed params rather than request.GET.
|
2018-03-15 11:33:19 -04:00 |
Artem Tabolin
|
a2f7433adc
|
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
|
2018-03-15 10:55:34 -04:00 |
Mariusz Felisiak
|
ba3078c92d
|
Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on Oracle.
Test introduced in feb683c4c2 revealed
unexpected behavior on Oracle that allows concatenating NULL with string.
|
2018-03-15 09:54:24 -04:00 |
Tim Graham
|
87dc0844a6
|
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.
|
2018-03-15 09:10:23 -04:00 |
Tim Graham
|
fb8fd535c0
|
Moved SchemaLoggingTest to tests/schema.
|
2018-03-14 10:24:34 -04:00 |
Mariusz Felisiak
|
feb683c4c2
|
Fixed #29155 -- Fixed crash when database functions are used with pattern lookups.
Thanks Tim Graham and Sergey Fedoseev for reviews.
|
2018-03-14 10:00:07 +01:00 |
Hajime Nakagami
|
8f75984c26
|
Quoted field names in cache db backend SQL.
On Firebird, 'value' is a reserved word and must be quoted.
|
2018-03-13 22:46:41 -04:00 |
Mariusz Felisiak
|
acfc650f2a
|
Fixed #29199 -- Fixed crash when database user password contains @ sign on Oracle.
Thanks Shane Allgeier for the report and Tim Graham for the review.
|
2018-03-13 19:06:40 +01:00 |
ovalseven8
|
22bcd3a1d8
|
Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes.
|
2018-03-13 12:45:01 -04:00 |
dzhuang
|
e17088a108
|
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
|
2018-03-13 10:58:34 -04:00 |
robwa
|
4ab027b944
|
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table inheritance.
|
2018-03-12 22:42:48 -04:00 |
Alejandro Sánchez
|
b639bcc250
|
Changed es_MX's THOUSAND_SEPARATOR to a comma.
|
2018-03-12 22:07:54 -04:00 |
Sergey Fedoseev
|
d696fccae6
|
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
|
2018-03-12 21:57:14 -04:00 |
Tomer Chachamu
|
c12745f682
|
Fixed typo in django/db/backends/base/schema.py.
|
2018-03-12 13:49:36 -04:00 |
Simon Charette
|
3c71fb3909
|
Added PatternLookup.prepare_rhs to simplify subclasses.
|
2018-03-12 12:12:46 -04:00 |
Дилян Палаузов
|
45aaf6608d
|
Removed unused variable in BaseDatabaseSchemaEditor.effective_default().
|
2018-03-12 12:06:06 -04:00 |
Mariusz Felisiak
|
c3a1337dfa
|
Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by limiting introspected tables.
|
2018-03-12 11:22:57 -04:00 |
Tim Graham
|
25b97ee170
|
Added functions for inspectdb table filtering in tests.
|
2018-03-12 11:15:13 -04:00 |
Tim Graham
|
e1cf2a607e
|
Added "Denial-of-service attacks" to the security issue severity classification.
|
2018-03-12 11:00:47 -04:00 |
Daniel Musketa
|
e0eab28f9f
|
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
|
2018-03-12 09:39:09 -04:00 |
Sergey Fedoseev
|
e17776e2cd
|
Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.
The same value is inherited from File.
|
2018-03-12 09:12:44 -04:00 |
Sergey Fedoseev
|
a5406fe989
|
Used cached_property for File.size.
|
2018-03-10 17:21:39 +05:00 |
Carlton Gibson
|
5b083a824e
|
Fixed #29180 -- Fixed a regression where migrations already in the plan were readded.
Regression in a38ae914d8 .
|
2018-03-09 08:59:57 +01:00 |