summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-19Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-18Fixed ReST error in 1.6. release notes.Tim Graham
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-17Merge pull request #1768 from alasdairnicol/ticket_21268Alex Gaynor
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-17Removed 1.6 release note text regarding password limit length.Tim Graham
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-17Added test for a921f06 - refs #21280.Loic Bistuer
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-17Merge pull request #1762 from alasdairnicol/ticket_21270Alex 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
2013-10-15Merge pull request #1744 from unaizalakain/ticket_7261Alex Gaynor
2013-10-15Merge pull request #1755 from loic/typoTim Graham
2013-10-16Fixed DeprecationWarning caused by assertEquals.Loic Bistuer
2013-10-15Made sqlite introspection also show views like other backendsClaude Paroz
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-10-15Moved misplaced import in backends initClaude Paroz
2013-10-15Updated admin alert colorsRyan Allen
2013-10-15Merge pull request #1751 from tmaster/ticket_21006_improvementDaniele Procida
2013-10-15Improvement on InlineFormSet doc, refs #21006Tianyi Wang