summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-14Fix typo that disabled code example highlightingÉric Araujo
2014-05-14Merge pull request #2653 from collinanderson/patch-1Alex Gaynor
2014-05-14typo: urlaprse -> urlparseCollin Anderson
2014-05-14Added release notes for 1.4.13, 1.5.8, 1.6.5.Jacob Kaplan-Moss
2014-05-14Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-14Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-05-13Removed an unnecessary anchor in the docs.Tim Graham
2014-05-13Fixed spelling mistake and added a word to the word list.Tim Graham
2014-05-13Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru
2014-05-13Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-05-13Fixed #22618 -- Improved import_string example.Tim Graham
2014-05-12Fixed #22619 -- Corrected description of os.path.Tim Graham
2014-05-12Added 1.6.5 release note for refs #22508.Tim Graham
2014-05-12Fixed flake8 error.Tim Graham
2014-05-12Fixed #22613 -- Added formfield_for_choice_field() to the list of methods tha...Tim Graham
2014-05-11Completed long overdue sqlinitialdata deprecation.Ramiro Morales
2014-05-11Fixed some test models' natural_key() methods.Ramiro Morales
2014-05-11Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...Matt Robenolt
2014-05-11Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-05-10Link new testing tools document from main index.Ramiro Morales
2014-05-10Fixed a few release notes typos.Ramiro Morales
2014-05-10Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-05-10Minor cleanup in select_related_regress tests.Aymeric Augustin
2014-05-10Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-10Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-05-09Used more precise assertions in cache testsClaude Paroz
2014-05-09Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiryMalcolm Box
2014-05-08Tests for #22325Andrew Godwin
2014-05-08Fixed #22325: Ignore __first__ dependencies to your own appAndrew Godwin
2014-05-08Fixed #22563: Ignore AUTH_USER_MODEL errors in from_stateAndrew Godwin
2014-05-08Fixed #22588 -- Fix RegexValidator __eq__David Szotten
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-05-08Simplified indexes tests.Aymeric Augustin
2014-05-08Reorganized backends tests.Aymeric Augustin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-08Removed unused imports in makemigrationsClaude Paroz
2014-05-08Fixed #22476: Couldn't alter attributes on M2Ms with through= setAndrew Godwin
2014-05-07Restored site header text in password reset view.Ramiro Morales
2014-05-07Merge pull request #2639 from alimony/patch-1Alex Gaynor
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-07Fixed #22581: Pass default values for schema through get_db_prep_save()Andrew Godwin
2014-05-07Fixed #22563: Better error message when trying to change AUTH_USER_MODELAndrew Godwin
2014-05-07Insert space.Markus Amalthea Magnuson
2014-05-07Updated some docs for the delayed deprecation of legacy table creation; refs ...Tim Graham
2014-05-07Forward ported docs of security issues from df81625da6.Tim Graham