summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-24[1.7.x] Silenced test warning for deprecated IPAddressField.Tim Graham
2014-07-24[1.7.x] Corrected headings in migration docs.Daniel Roseman
2014-07-24[1.7.x] Silenced a Python 2 ImportWarning in a migrations test.Tim Graham
2014-07-24[1.7.x] Improved patching of sys.stdout in refs #23078.Tim Graham
2014-07-23[1.7.x] Added backwards incompatibility note for refs #22845; refs #23082.Tim Graham
2014-07-23[1.7.x] Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-07-23[1.7.x] Fixed #23030 -- Properly handled geometry columns metadata during mig...Claude Paroz
2014-07-23[1.7.x] Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-07-22[1.7.x] Added warning in tutorial 4 that the regex capture group name has cha...Rikki
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-22[1.7.x] Fixed #23072 -- Added missing formtools test templates in tarballRaphaël Hertzog
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-21[1.7.x] Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin
2014-07-21[1.7.x] Fixed #23009: Shorten FK identifiers in add_field and make consistentAndrew Godwin
2014-07-21[1.7.x] Fixed #22975: Don't call rename SQL if not neededAndrew Godwin
2014-07-21[1.7.x] Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-07-21[1.7.x] Fixed #23043: alter_field drops defaults tooAndrew Godwin
2014-07-16[1.7.x] Edited setup.py in reuseable apps tutorial to use a context manager f...Dean Silfen
2014-07-16[1.7.x] Alphabetized django.utils sections.Corey Farwell
2014-07-16[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported those for #1...Tim Graham
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-07-16[1.7.x] Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin
2014-07-16[1.7.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-16[1.7.x] Added Chrome/IE support for a selenium test.Tim Graham
2014-07-16[1.7.x] Added forgotten files from commit 28efafa24c83Claude Paroz
2014-07-16[1.7.x] PEP8 cleanupAnssi Kääriäinen
2014-07-16[1.7.x] Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-07-16[1.7.x] Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-15[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constra...Tim Graham
2014-07-15[1.7.x] Fixed #23008 -- Fixed typo causing bad migration dependencies.Tim Graham
2014-07-15[1.7.x] Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-14[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...Huu Nguyen
2014-07-14[1.7.x] Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen
2014-07-14[1.7.x] Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-07-14[1.7.x] Added a newline to appease flake8Alex Gaynor
2014-07-14[1.7.x] Fixed #23015 -- Fixed major/minor release terminology in docs.Tim Graham
2014-07-12[1.7.x] Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-12[1.7.x] Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-07-12[1.7.x] Removed extra newline.Tim Graham
2014-07-11[1.7.x] Fixed #22983: Alert when squashing RunPython operations with referred...Andrew Godwin
2014-07-10[1.7.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-10[1.7.x] Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-10[1.7.x] Fix commentAndrew Godwin
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09[1.7.x] Fixed #22922: Better error message for InvalidBasesError.Andrew Godwin
2014-07-09[1.7.x] Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin
2014-07-09[1.7.x] Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham