summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2013-10-21Fixed #19724 -- Output note when showing only core management commandsClaude Paroz
2013-10-21Fixed #21275 -- Fixed a serializer error when generating migrations for contr...Loic Bistuer
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-17Fixed #21280 -- Don't generate empty migration filesJaved Khan
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-10-16Fixed #19657 -- Made sql commands honor allow_migrateClaude Paroz
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-14Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-10-10Used "is" for comparisons with None.Tim Graham
2013-10-08Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre
2013-09-26Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-19Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFileKevin Christopher Henry