summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-18Merge pull request #3075 from ramiro/makemessages-ignore-windowsRamiro Morales
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-15Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.Ramiro Morales
2014-08-14Fixed #23291 -- Don't add Unicode varname/value to environment.Ramiro Morales
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-13Fixed flake8 warning.Tim Graham
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-08-09Removed unused migrate optionClaude Paroz
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-08-03Ensured that Paginator.page_range works the same on Python 2 and 3.Florian Apolloner
2014-08-03Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."Florian Apolloner
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23107 -- Made runserver output respect --no-color.areski
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-25Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.Moayad Mardini
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen
2014-07-12Removed extra newline.Tim Graham
2014-07-11Fixed #22983: Alert when squashing RunPython operations with referred functions.Andrew Godwin
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-06Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-07-04Corrected domain max length for EmailValidator; refs #20631.Tim Graham