summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.Loic Bistuer
2014-03-30Moved ServerHandler helper class to tests.Ramiro Morales
2014-03-30Corrected an import in a model form docs example.Ramiro Morales
2014-03-30Added Python 3.4 to classifiers in setup.py.Berker Peksag
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-30Ensure that a file is closed in the testsAlex Gaynor
2014-03-30Fixed #22338 -- Fixed a test dependent on dictionary key iteration order.Tim Graham
2014-03-30Merge pull request #2495 from loic/ticket19816Aymeric Augustin
2014-03-30Fixed mistake in tests from commit 2039908. Refs #19816.Loic Bistuer
2014-03-30Merge pull request #2487 from loic/ticket19816Aymeric Augustin
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Merge pull request #2489 from loic/related_transactionsAymeric Augustin
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2014-03-30Cleaned up tests for multiple databases.Loic Bistuer
2014-03-29Increased memoization cache size for language codes.Aymeric Augustin
2014-03-29Skipped PostGIS version tests when psycopg2 not installedClaude Paroz
2014-03-29Unit testing Postgis version checkRémy Sanchez
2014-03-29Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.Tim Graham
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-29Removed unused imports.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Added note in geo library docsClaude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-29Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-27Corrected deprecation warnings.Tim Graham
2014-03-27Skipped JavascriptI18nTests if Firefox isn't properly configured.Tim Graham
2014-03-27Fixed a deprecation warning with the HTMLParser safe argument.Tim Graham
2014-03-27Added Python 3.4 support notes.Tim Graham
2014-03-27Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
2014-03-27Fixed a deprecation warning on Python 3.Tim Graham
2014-03-27Skipped a test that errors rather than marked it as an expectedFailure.Tim Graham
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-26Forgotten slash removal in d320863878Claude Paroz
2014-03-26Fixed #22114 -- Stopped adding trailing slashes in URLField.to_pythonClaude Paroz
2014-03-26Fixed the PostGIS circular imports caused by 1506c71a95.Simon Charette
2014-03-26Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal ...Tim Graham
2014-03-26Fixed Python 3.4 test failure.Tim Graham
2014-03-26Merge pull request #2481 from zsiciarz/ticket-22335Claude Paroz
2014-03-26Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.Zbigniew Siciarz
2014-03-25Fixed field deconstruction tests failures introduced by 1506c71a95.Simon Charette
2014-03-25Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Tim Graham
2014-03-25Add some syncdb deprecation stuff into the deprecation docAndrew Godwin
2014-03-25Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-25Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-25Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.Loic Bistuer
2014-03-25Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans
2014-03-25flake8 and doc fixes for refs #22257.Tim Graham