summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2014-11-11Removed import forgotten in previous commit.Aymeric Augustin
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-31Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat
2014-10-30Clarified BaseCommand --traceback behavior.Matthew Somerville
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27Fixed #23699 -- Prevented flush from loading initial data for apps with migra...Tony Zhu
2014-10-22Refactored color_style() and no_style() to improve testability. Refs #23663.Loic Bistuer
2014-10-22Fixed #23686 -- Tweak color output of the system check framework.Loic Bistuer
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-10-20Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-10-20Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"Claude Paroz
2014-10-20Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz
2014-10-19Renamed skip_validation into skip_checks as the former is now deprecated.Loic Bistuer
2014-10-19Prevented syncdb from calling system checks multiple times. Refs #23650.Loic Bistuer
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-13Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-12Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner
2014-10-12Fixed #23642 -- Made LocMemCache.incr() thread-safe as documentedThomas Chaumeny
2014-10-10Fixed #23625 -- Removed CacheClass shimJaap Roes
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-10-07Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne
2014-10-06Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-27Updated comment about Python issueClaude Paroz
2014-09-25Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu
2014-09-23Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-09Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Clarified a comment in django.core.files.temp.Tim Graham
2014-08-28Fixed #23379 -- Corrected a referencing issue in sql_create.Simon Charette
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham