summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-04-28[1.6.x] Bump version for 1.6.4 bugfix release.1.6.4James Bennett
2014-04-25[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23Removed bad import in last commit.Tim Graham
2014-04-23[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.6.x] Post release version bump.Tim Graham
2014-04-22[1.6.x] Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21[1.6.x] Update for 1.6.3 security release.1.6.3James Bennett
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.6.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.6.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-17[1.6.x] Fixed #22454 - Changed compatibility warning hint for test runner.Tim Graham
2014-04-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-11Improved a comment. Thanks intgr for the report.Aymeric Augustin
2014-04-10[1.6.x] Increased robustness of 58161e4e. Refs #22291.Aymeric Augustin
2014-04-10[1.6.x] Fixed #21202 -- Maintained atomicity when the server disconnects.Aymeric Augustin
2014-04-10[1.6.x] Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10[1.6.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-10[1.6.x] Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin
2014-04-10[1.6.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09[1.6.x] Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-04-03[1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-01Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-31[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-29[1.6.x] Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-25[1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-24[1.6.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.6.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-13[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subcla...Claude Paroz
2014-02-28[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
2014-02-23[1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół
2014-02-20[1.6.x] Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon
2014-02-14[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with Fore...Roger Hu
2014-02-12[1.6.x] Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-10[1.6.x] Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-06Bumped version number post-release.Jacob Kaplan-Moss
2014-02-06Bump version number for 1.6.2.1.6.2Jacob Kaplan-Moss
2014-02-05[1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2014-02-04[1.6.x] Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-30[1.6.x] Made Oracle introspect FloatFields correctlyShai Berger
2014-01-30[1.6.x] Made Oracle introspect boolean fieldsShai Berger
2014-01-26[1.6.x] Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-26[1.6.x] Fixed #21880 -- Added missing items to django.utils.timezone.__all__.Aymeric Augustin
2014-01-24[1.6.x] Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-12[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-11[1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2014-01-10[1.6.x] Fixed docstring typo in django/forms/forms.py.Marc Sibson
2014-01-10[1.6.x] Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick