summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2015-12-22Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne
2015-12-21Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...Tim Graham
2015-12-21Fixed #25855 -- Enhanced the migration warning for runserver.Emre Yilmaz
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-08Fixed #25637 -- Added URLValidator hostname length validation.Raphael Michel
2015-12-04Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.Emre Yilmaz
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-25Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.Jacek Bzdak
2015-11-20Fixed #25779 -- Removed redundant try block in WSGIHandlerAttila Tovt
2015-11-19Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz
2015-11-18Removed redundant termcolors.Tim Graham
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-14Refs #25501 -- Fixed a typo in django/core/cache/backends/filebased.pyJaap Roes
2015-11-14Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-31Fixed #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor
2015-10-29Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz
2015-10-29Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...Dheerendra Rathor
2015-10-27Refs #17133 -- Optimized script_url handling in get_script_nameClaude Paroz
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-25Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
2015-10-23Cached model field_names in Python Deserializer.Andrey Kuzmin
2015-10-23Fixed #17133 -- Properly handled successive slashes in incoming requestsClaude Paroz
2015-10-22Fixed "URLconf" spelling in code comments.Tim Graham
2015-10-22Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...Yoong Kang Lim
2015-10-20Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...Andrew Artajos
2015-10-18Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.Aymeric Augustin
2015-10-05Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne
2015-10-03Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz
2015-09-27Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz
2015-09-23Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception.Tim Graham
2015-09-23Removed deprecated TEMPLATE_* settings per deprecation timeline.Tim Graham
2015-09-23Removed django.core.context_processors per deprecation timeline.Tim Graham
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #23359 -- Removed the migrate --list option per deprecation timeline.Tim Graham
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-09-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-21Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol
2015-09-21Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens
2015-09-21Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-18Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac
2015-09-18Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.Tom Christie
2015-09-16Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson
2015-09-15Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler