| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-22 | Fixed #25838 -- Added "python" as an interface to the shell command. | Jon Dufresne | |
| Deprecates the "--plain" option. | |||
| 2015-12-21 | Fixed #25958 -- Removed support for 'skip_validation' in ↵ | Tim Graham | |
| BaseCommand.execute(**options). | |||
| 2015-12-21 | Fixed #25855 -- Enhanced the migration warning for runserver. | Emre Yilmaz | |
| Added unapplied migration count and the list of unmigrated apps. | |||
| 2015-12-18 | Fixed #25063 -- Added path to makemigration's output of migration file. | Niels Van Och | |
| 2015-12-08 | Fixed #25637 -- Added URLValidator hostname length validation. | Raphael Michel | |
| URLValidator now validates the maximum length of a hostname and the maximum length of all labels inside the hostname. | |||
| 2015-12-04 | Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend. | Emre Yilmaz | |
| This also fixes a possible data eviction race condition between setting and getting a key. Another thread could remove the key before get_and_set() accesses it again. In this case, now the default value will be returned instead of None. | |||
| 2015-12-03 | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| 2015-11-25 | Fixed #25274 --- Made inspectdb handle renamed fields in unique_together. | Jacek Bzdak | |
| 2015-11-20 | Fixed #25779 -- Removed redundant try block in WSGIHandler | Attila Tovt | |
| 2015-11-19 | Fixed #25677 -- Prevented decoding errors in/after Popen calls | Claude Paroz | |
| Thanks Gavin Wahl for the report and Tim Graham for the review. | |||
| 2015-11-18 | Removed redundant termcolors. | Tim Graham | |
| Replaced MIGRATE_SUCCESS and MIGRATE_FAILURE with SUCCESS and ERROR. | |||
| 2015-11-17 | Fixed #25682 -- Removed bare except clauses. | Attila Tovt | |
| 2015-11-17 | Simplified lists creation in three places. | Dmitry Dygalo | |
| 2015-11-14 | Refs #25501 -- Fixed a typo in django/core/cache/backends/filebased.py | Jaap Roes | |
| The original intent in refs #20536 was to use the highest protocol. Calling zlib.compress() with a compression level of -1 seems to fall back to the default level of 6. | |||
| 2015-11-14 | Made BaseCommand.get_version() docstring consistent with docs. | Baptiste Mispelon | |
| 2015-11-03 | Fixed #25668 -- Misc spelling errors | Ville Skyttä | |
| 2015-10-31 | Fixed #25635 -- Made URLValidator allow '+' in scheme. | Dheerendra Rathor | |
| 2015-10-29 | Fixed #16734 -- Set script prefix even outside of requests | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2015-10-29 | Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ↵ | Dheerendra Rathor | |
| domain section. | |||
| 2015-10-27 | Refs #17133 -- Optimized script_url handling in get_script_name | Claude Paroz | |
| 10ace52a added some regex processing for each request with SCRIPT_URL set. In a speed critical section, conditionally apply of the regex will save some resources. | |||
| 2015-10-27 | Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵ | Tim Graham | |
| related set. | |||
| 2015-10-25 | Removed hardcoded utf-8 BOM, used value from codecs instead. | Jon Dufresne | |
| 2015-10-24 | Fixed #25604 -- Added makemigrations --check option. | Jon Dufresne | |
| Command exits with non-zero status if changes without migrations exist. | |||
| 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 | |
| Thanks gjanee@ucop.edu for the report and Tim Graham for the review. | |||
| 2015-10-22 | Fixed "URLconf" spelling in code comments. | Tim Graham | |
| 2015-10-22 | Fixed #25589 -- Allowed startapp/project to create apps with Unicode ↵ | Yoong Kang Lim | |
| characters in the name. | |||
| 2015-10-20 | Fixed #25501 -- Made the file-based cache backend use the highest pickling ↵ | Andrew Artajos | |
| protocol. | |||
| 2015-10-18 | Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS. | Aymeric Augustin | |
| In that case, the content of INSTALLED_APPS will be ignored until it's fixed and the autoreloader kicks in. I confirmed this behavior manually. As explained on the ticket it's hard to write a test for this case | |||
| 2015-10-05 | Fixed #25500 -- Added --fail-level option to check command. | Jon Dufresne | |
| This option specifies the level that check command exits with a non-zero status. Default is ``ERROR``. | |||
| 2015-10-03 | Fixed #25483 -- Allowed passing non-string arguments to call_command | Claude Paroz | |
| Thanks KS Chan for the report and Tim Graham for the review. | |||
| 2015-09-27 | Fixed #25468 -- Made DjangoJSONEncoder lazy string aware | Claude Paroz | |
| Thanks Stavros Korokithakis for the report and Tim Graham for the review. | |||
| 2015-09-23 | Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. | Tim Graham | |
| Per deprecation timeline. | |||
| 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 ↵ | Tim Graham | |
| per deprecation timeline. | |||
| 2015-09-23 | Refs #19973 -- Removed optparse support in management commands per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2015-09-23 | Refs #22384 -- Removed the ability to reverse URLs by dotted path per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 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 | |
| The RegexURLResolver.resolve() method no longer returns a tuple. It has returned a ResolverMatch object since commit e0fb90b2. | |||
| 2015-09-21 | Fixed #23813 -- Added checks for common URL pattern errors | Alasdair Nicol | |
| Thanks jwa and lamby for the suggestions, and timgraham and jarshwah for their reviews. | |||
| 2015-09-19 | Fixed #25390 -- Allowed specifying a start migration in squashmigrations | Markus Holtermann | |
| Thanks Tim Graham for the review. | |||
| 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 | |
