summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-27Fix note syntax usage.Eric Holscher
2013-10-26Remove dsome import *Alex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fixed #21335 -- Use importlib from python3 when using python3Andrey Antukh
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-25Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
2013-10-25Undelete the login() call inadvertantly removed in 4e0a2fe59cClaude Paroz
2013-10-24Fixed doc typo in previous commit.Tim Graham
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-23Bumped release date for 1.5.5 & 1.4.9.Tim Graham
2013-10-23Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham
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-23Merge pull request #1801 from collinanderson/patch-10Alex Gaynor
2013-10-23typo on 1.7 release notesCollin Anderson
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-23Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-22Added 1.5.5 and 1.4.9 release notesTim Graham
2013-10-22Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
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-22Fixed indentation of example in tutuorial 2.Phil Elson
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-21Added docs for the hasher's iteration count changes.Tim Graham
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 #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-21Fixed an I18N test class tearDown method.Ramiro Morales
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