summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-16Edited setup.py in reuseable apps tutorial to use a context manager for open().Dean Silfen
2014-07-16Alphabetized django.utils sections.Corey Farwell
2014-07-16Added 1.6.6 release notes for #22998 (also forwardported those for #13794).Tim Graham
2014-07-16Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-07-16Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin
2014-07-16Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-16Added Chrome/IE support for a selenium test.Tim Graham
2014-07-16Added forgotten files from commit 28efafa24c83Claude Paroz
2014-07-16PEP8 cleanupAnssi Kääriäinen
2014-07-16Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-15Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...Tim Graham
2014-07-15Fixed #22907 -- Array contains must have same type.Marc Tamlyn
2014-07-15Fixed #23008 -- Fixed typo causing bad migration dependencies.Tim Graham
2014-07-15Further fix the release notes for refs #13147.Loic Bistuer
2014-07-15Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-07-14Fixed name of database connection featureShai Berger
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen
2014-07-14Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen
2014-07-14Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-14Fixed/improved release note for refs #13147; thanks Loic.Tim Graham
2014-07-13Fixed #23015 -- Fixed major/minor release terminology in docs.Tim Graham
2014-07-13Added a newline to appease flake8Alex Gaynor
2014-07-12Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-12Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-07-12Removed extra newline.Tim Graham
2014-07-11Bump the default iterations for PBKDF2.Alex Gaynor
2014-07-11Fixed #22983: Alert when squashing RunPython operations with referred functions.Andrew Godwin
2014-07-10Removed docs for @permalink decorator.Tim Graham
2014-07-10Added contrib.auth migration for refs #13147.Tim Graham
2014-07-10Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-10Fix commentAndrew Godwin
2014-07-10Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng
2014-07-10Removed primary authors section from AUTHORS.Tim Graham
2014-07-10Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-07-10Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09Fixed #22922: Better error message for InvalidBasesError.Andrew Godwin
2014-07-09Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin
2014-07-10Fixed #22988 -- Adjusted an introspection test assertion.Josh Smeaton
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-09Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-07-09Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-09Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-07-08Document -l as well as --list on migrateAndrew Godwin
2014-07-08Added a unit test to ensure models cannot be ordered by a M2M field.Daniel Pyrathon
2014-07-08Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham