summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-28[1.8.x] Added stub 1.7.5 release notes.Tim Graham
2015-01-28[1.8.x] Refs #14030 -- Renamed CombinableMixin to CombinableJosh Smeaton
2015-01-28[1.8.x] Refs #14030 -- Added repr methods to all expressionsJosh Smeaton
2015-01-28[1.8.x] Refs #24060 -- Added a test demonstrating reverse order isn't mutableJosh Smeaton
2015-01-27[1.8.x] Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headersRaul Cumplido
2015-01-27[1.8.x] Corrected naming of method and attributeMarkus Holtermann
2015-01-27[1.8.x] Added 1.4.19 release notes.Tim Graham
2015-01-27[1.8.x] Refs #24104 -- Added missing release notesMarkus Holtermann
2015-01-27[1.8.x] Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-26[1.8.x] Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich
2015-01-26[1.8.x] Fixed #24221 - Used precompiled regexp for percent-placeholder matching.Tomáš Ehrlich
2015-01-24[1.8.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-23[1.8.x] Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham
2015-01-23[1.8.x] Moved imports in GIS tests to avoid failure if dependencies aren't in...Tim Graham
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-23[1.8.x] Clarified docstring in dispatch/dispatcher.pyTim Graham
2015-01-23[1.8.x] Fixed warning leak in static.serve() testClaude Paroz
2015-01-22[1.8.x] Isolated a flatpages test; refs #11505.Tim Graham
2015-01-22[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...Andriy Sokolovskiy
2015-01-22[1.8.x] Fixed small inconsistency when handling aggregate's default_alias.Loic Bistuer
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-20[1.8.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-20[1.8.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...Markus Holtermann
2015-01-20[1.8.x] Fixed a query failure on Python 3.5; refs #23763.Tim Graham
2015-01-20[1.8.x] Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-20[1.8.x] Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton
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