summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-02-20Fixed #24341 -- Added specific error messages to RangeField subclassesforesmac
2015-02-20Removed reference to iteration count in the PBKDF2 hasher docstring.Simon Charette
2015-02-20Fixed PBKDF2PasswordHasher comments to reflect reality.Frank Wiles
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-16Moved contrib.contenttypes tests out of contrib.Tim Graham
2015-02-16Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated.Tim Graham
2015-02-16Refs #24299 -- Made contenttypes migrations signal handler more robust.Sergey Fedoseev
2015-02-16Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann
2015-02-16Reworked docstrings and comments in related.py.Loic Bistuer
2015-02-16Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer
2015-02-14Fixed #15779 -- Allowed 'add' primary key in admin editionClaude Paroz
2015-02-14Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-13Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.Tim Graham
2015-02-13Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...Tim Graham
2015-02-13Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATA...Tim Graham
2015-02-12Fixed #24333 -- Fixed admin history view crash with non-integer slug.Tim Graham
2015-02-12Fixed #24161 -- Stored the user primary key as a serialized value in the sess...Tim Graham
2015-02-11Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-11Moved contrib.webdesign tests out of contrib.Tim Graham
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2015-02-11Moved contrib.humanize tests out of contrib.Tim Graham
2015-02-11Moved contrib.redirects tests out of contrib.Tim Graham
2015-02-11Moved contrib.messages tests out of contrib.Tim Graham
2015-02-11Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-11Moved contrib.sites tests out of contrib.Tim Graham
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham
2015-02-11Prevented some test commands from needlessly running system checks.Tim Graham
2015-02-09Replaced some more hardcoded admin URLsClaude Paroz
2015-02-09Moved numpy import helper to shortcutsDaniel Wiesmann
2015-02-09Removed stray comment in auth.views.Tim Graham
2015-02-08Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-07Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-02-07Revert "Refs #24075 -- Silenced needless call_command output while running te...Markus Holtermann
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-05Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.Loic Bistuer
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-04Removed direct manipulation of settings in auth tests; refs #21230.Tim Graham
2015-02-04Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-02Removed contrib.auth.forms.mask_password()Tim Graham
2015-02-01Removed InlineAdminForm.field_count()Tim Graham
2015-01-30Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer