summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-24Fixed #20338 -- Stripped ending dot during host validationClaude Paroz
2013-10-24Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry
2013-10-24Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-24Added missing newline in docstring; refs #20945.Tim Graham
2013-10-23Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney
2013-10-23Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin
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 #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-22Removed import * in tests.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 #21249 -- variable name typo in compiler.get_grouping()Anssi Kääriäinen
2013-10-21Fixed #21275 -- Fixed a serializer error when generating migrations for contr...Loic Bistuer
2013-10-21Force update of the password on iteration count changes.Florian Apolloner
2013-10-21Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Added support for serializing class methods. - Refs #21290.Loic Bistuer
2013-10-19Fixed #21283 -- Added support for migrations if models is a package.Loic Bistuer
2013-10-19Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18Fixed bug causing CSRF token not to rotate on login.Tim Graham
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 #21259 -- Fixed formstools wizard for InlineFormSet.Kathryn Killebrew
2013-10-17Removed importing formtools tests in __init__.pyTim Graham
2013-10-17Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-10-17Removed F.__deepcopy__()Anssi Kääriäinen
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-17Remove some unnecesary uses of boolAlex Gaynor
2013-10-17Fixed #21280 -- Don't generate empty migration filesJaved Khan
2013-10-17Removed some dead code and simplified some other ocdeAlex Gaynor
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-16Avoided hardcoding Permission.name max_lengthTim Graham
2013-10-16Fixed #7551 -- Made GFK allow None init argument.Bouke Haarsma
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin
2013-10-16Improve migration optimizer to be able to optimize through other opsAndrew Godwin