summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-24Added '*' to quote_cacheAnssi Kääriäinen
2013-09-24Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24Fixed #18333 - Quoted annotated column namesMichael Manfre
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-24Merge pull request #1675 from NiGhTTraX/typoFixPreston Holmes
2013-09-24Fix small grammatical error in comment.Andrei Picus
2013-09-24Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-24Properly marked skipped GIS tests as skippedClaude Paroz
2013-09-24Reformatted some GIS distance testsClaude Paroz
2013-09-24Fixed #21151 -- Bad cleanup in schema M2M repoint testAndrew Godwin
2013-09-24Isolated select_for_update tests a bit more.Florian Apolloner
2013-09-24Removed double import in mysql base.pyClaude Paroz
2013-09-23Removed extra p (topppings->toppings)Brett Koonce
2013-09-23Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23Fixed test suite bisection on Python 3.Simon Charette
2013-09-23Fixed #21001 -- Added a regression test for empty string exclusion on Oracle.Simon Charette
2013-09-23Fixed #21070 -- Added a more complex database configuration example.Louis Fill
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
2013-09-23Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23Fixed #21140 -- Added 'Using cached sessions' to the performance guide.Åke Forslund
2013-09-23Fixed #21120 -- Added more explicit text on using validators and link to writ...Ben Huckvale
2013-09-23Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22Translated a test to English for consistency.Aymeric Augustin
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-22Added docs for changes in commit dd3a883894.Ramiro Morales
2013-09-22Merge pull request #1658 from yokomizor/updated_sphinx_urlAymeric Augustin
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
2013-09-22A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-22Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-22Fixed a mistake in my previous commit.Aymeric Augustin
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-21Fixed #21137 -- Documented best practice for URLconfs with repeated pattern p...Michael DiBernardo
2013-09-21Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin
2013-09-21Ensured that BoundField.as_widget always returns properly localized fields.Florian Apolloner
2013-09-21Merge pull request #1656 from mlissner/patch-1Simon Charette
2013-09-21Correct very minor typomlissner
2013-09-21Ensured that explicit time zones are rejected by forms.Aymeric Augustin
2013-09-21Merge pull request #1655 from evildmp/ticket_20877_work_in_progressAymeric Augustin
2013-09-21Addressed inaccuracies in performance docsAymeric Augustin
2013-09-21Merge pull request #1654 from meteozond/patch-1Alex Gaynor
2013-09-21- missing __init__.pyAlexander
2013-09-21Fixed #21133 --Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-20Merge pull request #1463 from evildmp/ticket_20877_work_in_progressDaniele Procida
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp