Дилян Палаузов
|
d2afa5eb23
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
Claude Paroz
|
4f5526e346
|
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Thanks Hendy Irawan for the analysis and report.
|
2017-11-28 08:52:37 +01:00 |
Дилян Палаузов
|
c69e4bc691
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
Дилян Палаузов
|
6c0042430e
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |
Mariusz Felisiak
|
0f722d865e
|
Removed redundant inner imports.
|
2017-10-20 18:30:41 -04:00 |
Mariusz Felisiak
|
0ec0e5029c
|
Removed unnecessary parens in various code.
|
2017-09-13 21:20:29 -04:00 |
Tim Graham
|
6e4c6281db
|
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
|
2017-09-07 08:16:21 -04:00 |
Sergey Fedoseev
|
8b2515a450
|
Removed unneeded __init__() methods.
|
2017-09-07 08:10:49 -04:00 |
Sergey Fedoseev
|
fac74b84a3
|
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
|
2017-08-23 11:40:17 -04:00 |
Sergey Fedoseev
|
38988f289f
|
Avoided creation of temporary sets.
|
2017-07-29 10:16:43 -04:00 |
Melvyn Sopacua
|
5bb9b9a388
|
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
|
2017-07-26 13:47:35 -04:00 |
Claude Paroz
|
169c3b3e07
|
Fixed #14204 -- Enforced SQLite foreign key constraints.
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
2017-07-11 09:07:31 -04:00 |
Peter Inglesby
|
0ba57c3957
|
Fixed #27670 -- Prevented shell crash on error in .pythonrc.
|
2017-07-06 07:50:22 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
Chandrakant Kumar
|
2b09e4c88e
|
Fixed #27787 -- Made call_command() validate the options it receives.
|
2017-06-16 21:28:38 -04:00 |
Jon Dufresne
|
2c69824e5a
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
Adam Johnson
|
c61d1361d0
|
DRY'd startapp and startproject management commands.
|
2017-05-30 10:30:32 -04:00 |
Jon Dufresne
|
21046e7773
|
Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
|
2017-05-27 19:08:46 -04:00 |
Chris Lamb
|
2f09a28558
|
Fixed #27881 -- Added diffsettings --output option.
Thanks Haris Ibrahim K. V. for writng docs.
|
2017-05-27 09:00:06 -04:00 |
Pavel Kulikov
|
af1fa5e7da
|
Fixed #27978 -- Allowed loaddata to read data from stdin.
Thanks Squareweave for the django-loaddata-stdin project from which this
is adapted.
|
2017-05-26 19:54:21 -04:00 |
Ling-Xiao Yang
|
04ab96ec4f
|
Fixed #28015 -- Added makemessages --add-location option.
Thanks François Freitag for review.
|
2017-05-22 09:03:53 -04:00 |
Jon Dufresne
|
92bc727271
|
Replaced temporary lists used for passing arguments with iterables.
|
2017-04-26 10:54:20 -04:00 |
Michiel Beijen
|
5e8625ba64
|
Renamed "Mac OS X" to "macOS" in docs.
|
2017-04-24 20:16:09 -04:00 |
Jon Dufresne
|
7bbb5161ea
|
Removed implicit default store_true/false argparse args.
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
2017-04-01 20:03:56 -04:00 |
Claude Paroz
|
8346680e1c
|
Refs #27795 -- Removed unneeded force_text calls
Thanks Tim Graham for the review.
|
2017-03-04 18:18:21 +01:00 |
Vytis Banaitis
|
3dcc351691
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
Claude Paroz
|
30c984b3f9
|
Fixed #27868 -- Filtered locale path subdirectories
Thanks Tim Graham for the review.
|
2017-02-23 09:12:20 +01:00 |
Anton Samarchyan
|
5a6f70b428
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |
Claude Paroz
|
2757209c9d
|
Refs #27795 -- Removed force_text from templatize function
|
2017-02-06 17:35:03 +01:00 |
Ed Morley
|
751d77cdd9
|
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
|
2017-01-27 13:30:27 -05:00 |
Tim Graham
|
1c466994d9
|
Refs #23919 -- Removed misc Python 2/3 references.
|
2017-01-25 13:59:25 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
6e55e1d88a
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
Claude Paroz
|
042b7350a0
|
Refs #23919 -- Removed unneeded str() calls
|
2017-01-20 14:13:55 +01:00 |
Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Claude Paroz
|
dc8834cad4
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Aymeric Augustin
|
a556396339
|
Refs #23919 -- Replaced io.open() with open().
io.open() is an alias for open() on Python 3.
|
2017-01-18 21:45:12 -05:00 |
Aymeric Augustin
|
3cc5f01d9b
|
Refs #23919 -- Stopped using django.utils.lru_cache().
|
2017-01-18 21:42:40 -05:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
f65b1aee71
|
Refs #25838 -- Removed the deprecated shell --plain option.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
e0910dcc92
|
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
|
2017-01-17 20:52:01 -05:00 |
Markus Holtermann
|
45ded053b1
|
Fixed #27666 -- Delayed rendering of recursivly related models in migration operations.
|
2017-01-17 08:12:52 -05:00 |
Peter Inglesby
|
0b2e5da6ed
|
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
|
2017-01-12 13:12:21 -05:00 |
Tim Graham
|
823af53bf6
|
Fixed #27707 -- Removed shell support for IPython < 1.0.
|
2017-01-09 12:02:43 -05:00 |
David Sanders
|
e5e3747357
|
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensibility.
|
2017-01-09 10:41:33 -05:00 |
Sebastian Spiegel
|
8b734d2f99
|
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
|
2017-01-06 19:50:31 -05:00 |
Adam Chainz
|
5eff8a7783
|
Fixed #25415 -- Made DiscoverRunner run system checks.
|
2016-12-29 12:33:24 -05:00 |