summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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