summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-20Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-19Merge pull request #1644 from PaulMcMillan/bump_hash_iterationsPaul McMillan
2013-09-19Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-19Increase default PBKDF2 iterationsPaul McMillan
2013-09-19Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFileKevin Christopher Henry
2013-09-19Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-19Added __pycache__ to gitignoreTim Graham
2013-09-19Fixed typo in exception message; refs #19414Tim Graham