summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2013-12-07Fixed #21555 -- Made ValidationError pickable.Loic Bistuer
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-05Fix poor variable name (flake8 warning)Andrew Godwin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-12-04Add --dry-run option to makemigrationsAndrew Godwin
2013-12-04Migrate prompts if you need makemigrations, runserver prompts for migrateAndrew Godwin
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-11-30Fixed #21358 -- Allowed runserver on non-English localesClaude Paroz
2013-11-30Closed file after reading pot fileClaude Paroz
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-24flake8 fixesAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Properly closed cache connections at the end of the request.Florian Apolloner
2013-11-23Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner
2013-11-23A handful of flake8 fixesAlex Gaynor
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-19Use `classmethod` as a decorator.xuxiang
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-15Configure settings sooner in makemessagesClaude Paroz
2013-11-11Fixed #20990 -- Ensured unicode paths in compilemessagesClaude Paroz
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed #14800 -- Suppressed WSGIRequestHandler message filteringClaude Paroz
2013-11-09Fixed #21383 -- Added request details in SuspiciousOperation messagesClaude Paroz
2013-11-07Fixed a couple flake8 warnings.Tim Graham
2013-11-07Fixed #20536 -- rewrite of the file based cache backendJaap Roes
2013-11-06Allow squashing of squashed migrationsAndrew Godwin
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1849 from brabadu/masterAlex Gaynor
2013-11-02Replaced a hardcoded "2" with the right named constantAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #21375 -- related_name='+' clashed with other '+' namesAnssi Kääriäinen
2013-10-30Auto-apply initial migrations if their tables exist already.Andrew Godwin
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-25Undelete the login() call inadvertantly removed in 4e0a2fe59cClaude Paroz
2013-10-24Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan
2013-10-24Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #12027 -- Fixed EmailValidator to reject a trailing dot.Tim Graham
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-22Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales