summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-04-10Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-10Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10Refactored some code in SelectDateWidget.Tomasz Wysocki
2014-04-10Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...julien 'pouete' Godin
2014-04-09Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-04-08Fixed #13408 -- Deprecated silent unpacking exception passing in for template...e0ne
2014-04-07Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham
2014-04-07Removed casting to bool just before negation.Tomasz Wysocki
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #22236 -- Removed inappropriate usage of signalsClaude Paroz
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
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 #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
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-02Refactor. Stop using memory for list copies.Tomasz Wysocki
2014-04-02Don't copy list for iteration.Tomasz Wysocki
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
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-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 many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Fixed transaction handling for a number of operations on related objects.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 #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-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-27Fixed a deprecation warning with the HTMLParser safe argument.Tim Graham
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven