summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-04-01[1.8.x] Fetched updated contrib translations from TransifexClaude Paroz
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...Moritz Sichert
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...Karl Hobley
2015-03-18[1.8.x] Updated translation catalogsClaude Paroz
2015-03-18[1.8.x] Removed translations from contrib.messagesClaude Paroz
2015-03-17[1.8.x] Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-16[1.8.x] Fixed #24488 -- Made create_default_site() use default pk of 1.Marten Kenbeek
2015-03-14[1.8.x] Fixed #24480 -- Marked strings in contrib.gis templates for translation.Tim Graham
2015-03-04[1.8.x] Fixed #24426 -- Displayed admin actions panel when show_full_result_c...Tim Graham
2015-03-04[1.8.x] Used format_html() in contrib.admin.utils for consistency.Tim Graham
2015-03-03[1.8.x] Removed outdated docstring for get_admin_url().Mathias André
2015-02-25[1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-02-23[1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen
2015-02-20[1.8.x] Fixed #24341 -- Added specific error messages to RangeField subclassesforesmac
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20[1.8.x] Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-16[1.8.x] Moved contrib.contenttypes tests out of contrib.Tim Graham
2015-02-16[1.8.x] Fixed #24299 -- Added an auth migration to ensure contenttypes is mig...Tim Graham
2015-02-16[1.8.x] Refs #24299 -- Made contenttypes migrations signal handler more robust.Sergey Fedoseev
2015-02-16[1.8.x] Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-13[1.8.x] Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID...Tim Graham
2015-02-13[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-digit c...Tim Graham
2015-02-13[1.8.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'defau...Tim Graham
2015-02-12[1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug.Tim Graham
2015-02-12[1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in ...Tim Graham
2015-02-11[1.8.x] Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-11[1.8.x] Moved contrib.webdesign tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11[1.8.x] Moved contrib.auth tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.humanize tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.redirects tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.messages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sites tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.flatpages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Prevented some test commands from needlessly running system checks.Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-08[1.8.x] Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-07[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when u...Markus Holtermann
2015-02-07[1.8.x] Revert "Refs #24075 -- Silenced needless call_command output while ru...Markus Holtermann
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-05[1.8.x] Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-04[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-02[1.8.x] Removed contrib.auth.forms.mask_password()Tim Graham
2015-02-01[1.8.x] Removed InlineAdminForm.field_count()Tim Graham
2015-01-30[1.8.x] Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz