summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2018-07-23[2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....Tim Graham
2018-07-18[2.1.x] Removed duplicate words in various comments.Mariusz Felisiak
2018-06-16[2.1.x] Fixed #29469 -- Added a helpful makemigrations error if app_label con...oliver
2018-06-12[2.1.x] Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-06-06[2.1.x] Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-05-27[2.1.x] Removed obsolete BaseHandler attributes.Daniel Hepper
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-09Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.Nicolas Noé
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas Noé
2018-04-21Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-11Fixed #29301 -- Made management command --help display command-specific argum...David Foster
2018-04-02Removed unused regexes in django.core.management.templates.desigrammer
2018-03-21Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov
2018-03-21Fixed too many parentheses in inspectdb Meta.unique_together output.Tim Graham
2018-03-21Refs #23919 -- Removed obsolete comments about u'' prefixes.Tim Graham
2018-03-20Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-20Extracted deserialize fk/m2m functions from Deserializer.Peter Inglesby
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-13Quoted field names in cache db backend SQL.Hajime Nakagami
2018-03-12Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.Sergey Fedoseev
2018-03-10Used cached_property for File.size.Sergey Fedoseev
2018-03-08Fixed #29188 -- Fixed ContentFile.size after a write().Alex Stovbur
2018-03-02Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...Alex Tomic
2018-02-26Removed unnecessary setdefault() from CheckRegistry.register().Mariusz Felisiak
2018-02-21Fixed #28398 -- Added suggestions for mistyped management commands.Tom Forbes
2018-02-20Fixed #29140 -- Fixed EmailMessage crash when body is None.Williams Mendez
2018-02-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.Denys Duchier
2018-02-07Refs #27795 -- Replaced force_bytes() usage in django.core.signing.Asif Saifuddin Auvi
2018-02-05Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...Raymond Hettinger
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-02Refs #27795 -- Replaced force_bytes() usage in django.core.cache.Jon Dufresne
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-31Refs #27795 -- Replaced force_text() usage in django.core.management.Jon Dufresne
2018-01-31Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper().Jon Dufresne
2018-01-30Fixed #29065 -- Made django.core.validators only load Pillow if needed.Collin Anderson
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-24Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-10Fixed #29007 -- Fixed DecimalValidator crash on NaN, SNan, Inf, and Infinity ...Fabio Bonelli
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Simplified an iterator in core.serializers.sort_dependencies().Sergey Fedoseev
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2018-01-01Fixed typo in TemplateCommand argument help text.Philipp Bosch
2017-12-30Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30Fixed #28912 -- Made EmailMessage.message() omit an empty To header.Jon Dufresne