summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-04Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testingVishal Lal
2014-04-03Refactored and commented strip_tags utilityTomasz Wysocki
2014-04-03Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.Simon Charette
2014-04-03Cleaned up string detection for a deprecation warning by using six.string_types.Tim Graham
2014-04-03Fixed typo in 1.8 release notes.Tim Graham
2014-04-03Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-04-02Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.Ramiro Morales
2014-04-02Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
2014-04-02Added an explanatory comment. Refs #22017Alex Gaynor
2014-04-02Revert "Merge pull request #2508 from tomwys/patch-1"Alex Gaynor
2014-04-02Merge pull request #2509 from tomwys/patch-2Alex Gaynor
2014-04-02Merge pull request #2508 from tomwys/patch-1Alex Gaynor
2014-04-02Refactor. Stop using memory for list copies.Tomasz Wysocki
2014-04-02Don't copy list for iteration.Tomasz Wysocki
2014-04-01Added 1.6.3 release note for refs #22256.Claude Paroz
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2014-03-31Added test to confirm #12583 resolutionClaude Paroz
2014-03-31Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.Loic Bistuer
2014-03-31Fixed #22362 -- Improved AuthenticationMiddleware assertion message.Tim Graham
2014-03-31Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-31Added 1.6.3 release note for refs #22250.Tim Graham
2014-03-31Fixed typo in docstring.Tim Graham
2014-03-31Fixed #22319 -- Fixed migration external dependencies when there are internal...Loic Bistuer
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