index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2015-10-24
Fixed #25604 -- Added makemigrations --check option.
Jon Dufresne
2015-10-23
Cached model field_names in Python Deserializer.
Andrey Kuzmin
2015-10-23
Fixed #17133 -- Properly handled successive slashes in incoming requests
Claude Paroz
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2015-10-22
Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...
Yoong Kang Lim
2015-10-20
Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...
Andrew Artajos
2015-10-18
Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
Aymeric Augustin
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-10-03
Fixed #25483 -- Allowed passing non-string arguments to call_command
Claude Paroz
2015-09-27
Fixed #25468 -- Made DjangoJSONEncoder lazy string aware
Claude Paroz
2015-09-23
Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception.
Tim Graham
2015-09-23
Removed deprecated TEMPLATE_* settings per deprecation timeline.
Tim Graham
2015-09-23
Removed django.core.context_processors per deprecation timeline.
Tim Graham
2015-09-23
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
Tim Graham
2015-09-23
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
Tim Graham
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-21
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
Alasdair Nicol
2015-09-21
Corrected docstring in core.urlresolvers module.
Matt Deacalion Stevens
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-09-16
Fixed typo in django/core/cache/backends/base.py docstring.
Matthew Crowson
2015-09-15
Added upgrade tip in BaseCommand.option_list deprecation comment.
Daniel Hahler
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-09
Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
Daniel Hahler
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-09-04
Fixed #25144 -- Allowed migrate to create tables for apps without migrations.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-28
Fixed #17375 -- Changed makemessages to use xgettext with --files-from
Sergey Kolosov
2015-08-28
Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.
Tim Graham
2015-08-28
Fixed #25322 -- Lazily compiled core.validators regular expressions.
Jonas Haag
2015-08-24
Fixed #25047 -- Improved "Conflicting migrations" error message.
Tim Graham
2015-08-19
Fixed #25285 -- Provided unknown command message with plain django-admin.py
Claude Paroz
2015-08-18
Fixed #24755 -- Hid operations from dependency apps when merging migrations
Markus Holtermann
2015-08-07
Fixed #25231 -- Added recording of squashed migrations in the migrate command.
mlavin
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-25
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
Konrad Świat
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-21
Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...
Tim Graham
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-15
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
rroskam
[prev]
[next]