summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
Thanks to Tim Graham for the review.
2014-07-28Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin
Thanks Chow Loong Jin for the report and the initial patch.
2014-07-27Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
Patch by Tim Graham. Thanks areski for the review.
2014-07-27Correctly remove extraneous text about keys from previous edit.James Bennett
2014-07-27Update from key ID in security.txt to authorized release keys list.James Bennett
2014-07-27Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
Thanks Matthieu Agopian for the report.
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-26Fixed #22979 -- Moved bug* testsTushar Bhatia
2014-07-26Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
Forward port of 999758fc7a2d6fcb01eb40de937d4420f884788d from stable/1.7.x
2014-07-26Fixed #22944: Bad dependency on FK alteration in autodetectorAndrew Godwin
2014-07-26Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetagqingfeng
2014-07-26Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify ↵areski
the behavior.
2014-07-26Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
Also allowed overriding the default messages in subclasses of BaseValidator. Thanks sperrygrove for initial patch.
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
Fixed #23070 -- not to break the debug page by callable setting with __slots__
2014-07-26Fixed #22887 -- Added comment for translators on unique_for_date error messageFederico Frenguelli
2014-07-26Fixed code to solve #23070 problemHiroki KIYOHARA
Added a class to wrap callable in settings: * Not to call in the debug page (#21345). * Not to break the debug page if the callable forbidding to set attributes (#23070). Thanks @bmispelon for giving me some advice.
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
If the temporary file name contained a p or y as its last characters, it would be stripped. refs #23083.
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
Thanks Collin Anderson for the report and hirokiky for the fix.
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
Fixed #23071 -- Use last migration's name in dependency to other app
2014-07-25Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
Thanks Keryn Knight for the report.
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 ↵Anubhav Joshi
base template. Thanks mitar for the suggestion.
2014-07-24Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
Thanks thegeekofalltrades at gmail.com for the report.
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
Thanks Kyle Owens for the report.
2014-07-23Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ↵Tim Graham
the storage location.
2014-07-23Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
Thanks raymond at adaptiv.nl for the report.
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
Thanks kunitoki for the report and initial patches.
2014-07-23Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
See also: https://www.gaia-gis.it/fossil/libspatialite/wiki?name=switching-to-4.0
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