summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-07Removed unnecessary directory in dispatch tests.Tim Graham
2014-07-07Fixed flake8 errors.Tim Graham
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-07-07Fixed #22942 -- Noted that __init__.py files are required for management comm...Tim Graham
2014-07-07Fixed #22966 -- Clarified which release notes appear for each doc version.Tim Graham
2014-07-06Fixed a few PEP8 errors in settings doc.Collin Anderson
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-07-06Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz
2014-07-06Fixed #22906 -- Added a more helpful repr to migrations' ModelState.Loic Bistuer
2014-07-06Document --fake and --list on migrate commandAndrew Godwin
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-07-05Fixed flake8 indentation.Tim Graham
2014-07-05Updated tests per previous commit.Tim Graham
2014-07-05Added a space before explanation of "Invalid HTTP_HOST header: ..."Daniel Hahler