Hasan Ramezani
|
49b679371f
|
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
|
2018-08-20 12:59:27 -04:00 |
oliver
|
abd0ad7681
|
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_many() for the db cache backend.
|
2018-08-17 15:13:09 -04:00 |
Josh Schneier
|
3767c7ff39
|
Fixed #29244 -- Prevented Paginator.count() from silencing TypeError and AttributeError.
|
2018-08-07 17:41:18 -04:00 |
Calvin DeBoer
|
058d33f3ed
|
Fixed #29198 -- Added migrate --plan option.
|
2018-08-03 15:22:42 -04:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Thomas Grainger
|
69eb70456b
|
Fixed typo in ContentFile docstring.
|
2018-07-27 10:58:08 -04:00 |
Tim Bell
|
cdcf4164be
|
Fixed #29528 -- Made URLValidator reject invalid characters in the username and password.
|
2018-07-23 10:30:01 -04:00 |
Tim Graham
|
1564195010
|
Improved inspectdb readability with namedtuple attributes.
|
2018-07-20 19:58:16 -04:00 |
Tim Graham
|
45808895c0
|
Refs #23919 -- Removed obsolete u-prefix stripping in inspectdb.
|
2018-07-20 18:23:30 -04:00 |
Mariusz Felisiak
|
a73cf8110e
|
Removed duplicate words in various comments.
|
2018-07-18 11:54:15 -04:00 |
Peter Inglesby
|
312eb5cb11
|
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key fixtures.
|
2018-07-13 17:54:47 -04:00 |
Simon Charette
|
37835883ad
|
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends and session serializer.
|
2018-07-09 11:46:55 -04:00 |
Simon Charette
|
2d75509bcb
|
Refs #27480 -- Moved FileBasedCache content writing logic to a method.
|
2018-07-09 11:46:03 -04:00 |
Christian Barcenas
|
c9c6c16650
|
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Thanks Guyon Morée for the report.
|
2018-07-09 10:24:41 -04:00 |
Claude Paroz
|
eac9ab7ebb
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
Jon Prindiville
|
b4cba4ed62
|
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
|
2018-06-29 15:51:59 -04:00 |
Tim Graham
|
2ec151e35d
|
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for better performance."
This reverts commit 27ca5ce19f due to a
regression.
|
2018-06-28 11:14:26 -04:00 |
oliver
|
6b3e17bab6
|
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
|
2018-06-25 10:43:12 -04:00 |
Claude Paroz
|
fc26615164
|
Refs #29506 -- Added validation for squashmigrations' app_label option.
|
2018-06-20 15:46:43 -04:00 |
Claude Paroz
|
c723a1ff8e
|
Fixed #29506 -- Added validation for migrate's app_label option.
Thanks MyungSeKyo for the report and the initial patch.
|
2018-06-20 15:42:40 -04:00 |
Claude Paroz
|
c3c7d15c34
|
Refs #29469 -- Reused get_app_config() error message in makemigrations error.
|
2018-06-20 15:41:51 -04:00 |
humbertotm
|
e95008f241
|
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in management commands.
|
2018-06-16 15:54:59 -04:00 |
oliver
|
78972af367
|
Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.
|
2018-06-16 15:18:57 -04:00 |
Claude Paroz
|
998d774195
|
Fixed #29492 -- Improved compilemessages speed
|
2018-06-16 11:52:02 +02:00 |
Claude Paroz
|
a77f21880d
|
Fixed #24384 -- Allowed compilemessages to continue running after nonfatal errors.
Thanks Aymeric Augustin for the report and Carlton Gibson and Tim Graham for
the reviews.
|
2018-06-13 21:09:02 +02:00 |
Bartosz Grabski
|
2bc014750a
|
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
|
2018-06-11 21:34:13 -04:00 |
Josh Schneier
|
98e8c0293b
|
Removed unused HttpRequest._post_parse_error attribute.
Unused since 8f8c54f70b .
|
2018-06-07 18:51:33 -04:00 |
Claude Paroz
|
ce3351b950
|
Fixed #29301 -- Added custom help formatter to BaseCommand class
This partially reverts c3055242c8 .
Thanks Adam Johnson and Carlton Gibson for the reviews.
|
2018-06-06 19:16:10 +02:00 |
Wang Dongxiao
|
0914a2003b
|
Added 'caches' to django.core.cache.__all__.
|
2018-05-28 09:14:46 -04:00 |
Daniel Hepper
|
4e016d1372
|
Removed obsolete BaseHandler attributes.
Unused since d334f46b7a .
|
2018-05-27 11:21:27 -04:00 |
Ryan P Kilby
|
2dcc5d629a
|
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
|
2018-05-14 22:18:22 -04:00 |
Claude Paroz
|
d65b0f72de
|
Fixed #17379 -- Removed management commands deactivation of the locale.
|
2018-05-13 10:21:53 +02:00 |
Nicolas Noé
|
c629d4e956
|
Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.
|
2018-05-09 09:28:52 -04:00 |
Samir Shah
|
10b44e4525
|
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
* Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses.
|
2018-05-04 20:55:03 -04:00 |
Nicolas Noé
|
3246ad1065
|
Fixed #27480 -- Added cache.touch().
|
2018-04-27 17:48:35 -04:00 |
Hasan Ramezani
|
dd68b51e1d
|
Fixed #29295 -- Fixed management command crash when using subparsers.
Thanks Tim Graham for the fix.
|
2018-04-21 17:33:17 -04:00 |
Tom
|
11b8c30b9e
|
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
|
2018-04-19 21:30:00 -04:00 |
David Foster
|
c3055242c8
|
Fixed #29301 -- Made management command --help display command-specific arguments before common arguments.
|
2018-04-11 13:52:20 -04:00 |
desigrammer
|
d31a248c64
|
Removed unused regexes in django.core.management.templates.
Unused since their introduction in a9a0f0b03f .
|
2018-04-02 07:32:24 -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 |
Tim Graham
|
c76d87427d
|
Refs #23919 -- Removed obsolete comments about u'' prefixes.
|
2018-03-21 08:15:07 -04:00 |
Sergey Fedoseev
|
27ca5ce19f
|
Used datetime.timezone.utc instead of pytz.utc for better performance.
|
2018-03-20 15:24:16 -04:00 |
Tim Graham
|
6421bd702f
|
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField.
|
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 |
Mariusz Felisiak
|
362813d628
|
Fixed hanging indentation in various code.
|
2018-03-16 10:54:34 +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 |
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 |
Alex Stovbur
|
2d9ec4d735
|
Fixed #29188 -- Fixed ContentFile.size after a write().
|
2018-03-08 14:07:29 -05:00 |