summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-15[1.6.x] Fixed multi geometries editing in OpenLayers widgetClaude Paroz
2014-07-21[1.6.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-05[1.6.x] Fixed various minor doc typos / references.Daniel Hahler
2014-06-30[1.6.x] Fixed a French translation in contrib.authClaude Paroz
2014-06-03[1.6.x] Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-05-31[1.6.x] Made an aggregate test pass with spatialite backendClaude Paroz
2014-05-14[1.6.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-04-25[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-22[1.6.x] Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-10[1.6.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-03[1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-03-31[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-29[1.6.x] Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-02-12[1.6.x] Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-10[1.6.x] Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-11[1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-26[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz
2013-12-13[1.6.x] Removed weird unicode char in some de po filesClaude Paroz
2013-12-11[1.6.x] Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11[1.6.x] Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-10[1.6.x] Updated translations from TransifexClaude Paroz
2013-12-05[1.6.x] Corrected setting name in gis test error message.Ramiro Morales
2013-11-30[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-28[1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-21[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-18[1.6.x] Added non-breaking spaces for humanize in RussianClaude Paroz
2013-11-17Updated humanize translations and added release note.Claude Paroz
2013-11-16[1.6.x] Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-15[1.6.x] Updated humanize translation catalogClaude Paroz
2013-11-15[1.6.x] Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-14[1.6.x] Propagate get_user_model exception from get_userMatt Robenolt
2013-11-09[1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and P...Tim Graham
2013-11-05[1.6.x] Pulled Transifex translations for contrib appsClaude Paroz
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-21[1.6.x] Force update of the password on iteration count changes.Florian Apolloner
2013-10-19[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19[1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18[1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
2013-10-14[1.6.x] Imported custom user classes in tests depending on itClaude Paroz
2013-10-09[1.6.x] Updated auth translation templateClaude Paroz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee