summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-03[1.8.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.8.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-02-03[1.8.x] Skipped tests from refs #24168 on Python 3.2.Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-02-02[1.8.x] Removed contrib.auth.forms.mask_password()Tim Graham
2015-02-02[1.8.x] Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory /...Matt Westcott
2015-02-01[1.8.x] Removed query.alias_diff()Tim Graham
2015-02-01[1.8.x] Simplified a versionchanged notes for LiveServerTestCase.Tim Graham
2015-02-01[1.8.x] Removed UpdateCacheMiddleware._session_accessed()Tim Graham
2015-02-01[1.8.x] Removed Query.raise_field_error()Tim Graham
2015-02-01[1.8.x] Removed InlineAdminForm.field_count()Tim Graham
2015-02-01[1.8.x] Fixed expressions test on Python 3.5; refs #23763.Tim Graham
2015-02-01[1.8.x] Removed threading fallback imports.Tim Graham
2015-01-31[1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-31[1.8.x] Fixed #24208 -- Documented changes in private model relations.Tim Graham
2015-01-30[1.8.x] Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
2015-01-30[1.8.x] Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number o...Tim Graham
2015-01-30[1.8.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
2015-01-30[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2015-01-29[1.8.x] Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette
2015-01-29[1.8.x] Fixed #24223 -- Prevented a session test from leaking.Matt
2015-01-29[1.8.x] Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham
2015-01-29[1.8.x] Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs.Reza Mohammadi
2015-01-28[1.8.x] Updated Azerbaijani language name.Emin Mastizada
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