summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-26Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetagqingfeng
2014-07-26Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the...areski
2014-07-26Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
2014-07-26Fixed #23103 -- Added contributing tutorial link to contributing index.Petras Zdanavičius
2014-07-26Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26Merge pull request #2967 from hirokiky/fix23070James Bennett
2014-07-26Fixed #22887 -- Added comment for translators on unique_for_date error messageFederico Frenguelli
2014-07-26Fixed code to solve #23070 problemHiroki KIYOHARA
2014-07-26Added test for the #23070 problemHiroki KIYOHARA
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25Fixed bad usage of rstrip() that caused test failure.Tim Graham
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-25Fixed #23085: Better error message for PostGIS 1.5/bad custom fieldsAndrew Godwin
2014-07-25Restore support for reading __latest__ for compatabilityAndrew Godwin
2014-07-25Fixed #23093: soft application detection for swapped modelsAndrew Godwin
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-25Merge pull request #2938 from dekkers/ticket_23071Andrew Godwin
2014-07-25Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-25Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-25Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.Moayad Mardini
2014-07-24Forward ported release notes for refs #23089.Tim Graham
2014-07-24Fixed #22849 -- Added Session.__str__()Nick Sandford
2014-07-24Fixed #23014 -- Infinite migration regression with unique/index_together.Tim Graham
2014-07-24Fixed #21707 -- Added helpful error message when using {{ block.super }} in b...Anubhav Joshi
2014-07-24Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
2014-07-24Silenced test warning for deprecated IPAddressField.Tim Graham
2014-07-24Corrected headings in migration docs.Daniel Roseman
2014-07-24Silenced a Python 2 ImportWarning in a migrations test.Tim Graham
2014-07-24Silenced OptionParser deprecation warning in a test.Tim Graham
2014-07-24Improved patching of sys.stdout in refs #23078.Tim Graham
2014-07-24Removed usage of deprecated switch_to_*() selenium methods.Tim Graham
2014-07-23Added backwards incompatibility note for refs #22845; refs #23082.Tim Graham
2014-07-23Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ...Tim Graham
2014-07-23Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
2014-07-23Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-07-22Added warning in tutorial 4 that the regex capture group name has changed.Rikki
2014-07-22Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-22Fixed #23072 -- Added missing formtools test templates in tarballRaphaël Hertzog
2014-07-22Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers
2014-07-21Fixed typo in PermissionsMixin.groups.help_text.Iain Dawson
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-21Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin
2014-07-21Fixed #23009: Shorten FK identifiers in add_field and make consistentAndrew Godwin
2014-07-21Fixed #22975: Don't call rename SQL if not neededAndrew Godwin
2014-07-21Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-07-21Fixed #23043: alter_field drops defaults tooAndrew Godwin
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay