summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2016-07-14[1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII f...Claude Paroz
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-05-02[1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-04-30[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTM...Claude Paroz
2016-03-18[1.9.x] Added missing stacklevel for management command deprecation warningClaude Paroz
2016-03-08[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().Przemysław Suliga
2016-02-18[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-01[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2015-12-31[1.9.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-29[1.9.x] Fixed typo in BaseCache.delete_many() docstring.Matthew Madurski
2015-12-18[1.9.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...Aymeric Augustin
2015-12-04[1.9.x] Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.Emre Yilmaz
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-25[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...Jacek Bzdak
2015-11-14[1.9.x] Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-29[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots...Dheerendra Rathor
2015-10-22[1.9.x] Fixed "URLconf" spelling in code comments.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
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-09Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.Daniel Hahler
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-28Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham
2015-08-28Fixed #25322 -- Lazily compiled core.validators regular expressions.Jonas Haag
2015-08-24Fixed #25047 -- Improved "Conflicting migrations" error message.Tim Graham
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-08-01Fixed #25204 -- Added missing space in runserver logging.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-25Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.Konrad Świat
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-07-21Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...Tim Graham
2015-07-20Replaced six.BytesIO with io.BytesIOTim Graham
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-07-15Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.rroskam
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson