summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-20[1.8.x] Fixed #24177 -- Added documentation about database view support in in...Fabio C. Barrionuevo da Luz
2015-01-19[1.8.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19[1.8.x] Added deprecation docs for legacy lookup support; refs #16187.Tim Graham
2015-01-19[1.8.x] Fixed header of contrib.postgres translation catalogClaude Paroz
2015-01-18[1.8.x] Added missing items to deprecation timeline/1.7 release notes.Tim Graham
2015-01-19[1.8.x] Fixed #24174 -- Fixed extra order by descendingJosh Smeaton
2015-01-18[1.8.x] Removed a flake8 exclude that caused code to be missed.Tim Graham
2015-01-18[1.8.x] Removed usage of deprecated removetags in a template test.Tim Graham
2015-01-18[1.8.x] Removed an obsolete comment in django/apps/config.pyTim Graham
2015-01-18[1.8.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham
2015-01-18[1.8.x] Added contrib.postgres translation catalogClaude Paroz
2015-01-18[1.8.x] Clarified deprecation of test.utils.TestTemplateLoader.Tim Graham
2015-01-18[1.8.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-18[1.8.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham
2015-01-17[1.8.x] Removed usage of deprecated dumpdata options in docs.Tim Graham
2015-01-17[1.8.x] Added removal of check management command to deprecation timeline.Tim Graham
2015-01-17[1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #2...Tim Graham
2015-01-17[1.8.x] Cleaned up migration writer testsMarkus Holtermann
2015-01-17[1.8.x] Standardized indentation in docs/howto/custom-management-commands.txt.Tim Graham
2015-01-17[1.8.x] Replaced deprecated requires_model_validation in docs.Tim Graham
2015-01-17[1.8.x] Updated tutorial 1 with actual migrate output.Tim Graham
2015-01-17[1.8.x] Fixed PostGIS crosses lookup and added crosses testClaude Paroz
2015-01-17[1.8.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
2015-01-17[1.8.x] Updated en translation catalogsClaude Paroz
2015-01-17[1.8.x] Complemented test about non-supported aggregation exceptionClaude Paroz
2015-01-17[1.8.x] Fixed typo in 'Django Template Language'David Robles
2015-01-16[1.8.x] Bumped django_next_version in docs config.Tim Graham
2015-01-16[1.8.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-16Bumped version to 1.8 alpha 1.1.8a1Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-16Fixed the length of a headline in the 1.8 release notes.Jannis Leidel
2015-01-16Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson
2015-01-16Removed empty sections in 1.8 minor features.Tim Graham
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-16Tested that geo aggregates support slicingSander Smits
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
2015-01-16Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-16Simplified a bit GeoAggregate classesClaude Paroz
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu
2015-01-15Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3Collin Anderson
2015-01-15Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0MichaƂ Modzelewski
2015-01-15Refs #24075 -- Silenced needless call_command output while running testsMarkus Holtermann
2015-01-15Made an expressions_case test work without Pillow.Collin Anderson
2015-01-15Replaced inner functions by class methods.Simon Charette
2015-01-15Direct readers to format_html() in mark_safe() docs.Luke Plant
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Skipped a problematic file_storage test on Windows.Tim Graham