summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2018-08-01[2.1.x] Updated contrib translations from TransifexClaude Paroz
2018-07-23[2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....Tim Graham
2018-07-18[2.1.x] Removed duplicate words in various comments.Mariusz Felisiak
2018-07-02[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ...Tim Graham
2018-06-29[2.1.x] Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have eq...Claude Paroz
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-15[2.1.x] Fixed #29487 -- Accounted for object level permissions when calculati...Paulo
2018-06-15[2.1.x] Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_...Henk Kahlfuß
2018-06-15[2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression ...Tim Graham
2018-06-15[2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query expre...Tim Graham
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
2018-06-12[2.1.x] Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_res...Claude Paroz
2018-06-11[2.1.x] Fixed #29464 -- Silenced post-process messages in collectstatic's def...Arthur Silva
2018-06-09[2.1.x] Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham
2018-06-06[2.1.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.Tim Graham
2018-06-01[2.1.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-27[2.1.x] Fixed #29417 -- Corrected two admin page titles for view-only users.Ramiro Morales
2018-05-26[2.1.x] Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-18[2.1.x] Fixed #29414 -- Restored form inputs on admin inlines when the user d...Paulo Alvarado
2018-05-17Updated translation catalogsClaude Paroz
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-13Increased the default PBKDF2 iterations for Django 2.1.Tim Graham
2018-05-13Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.Hasan Ramezani
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2018-05-10Fixed #21408 — German Translation for “3 days ago”Maximilian Merz
2018-05-09Replaced context by comment in 2 humanize strings.Claude Paroz
2018-05-07Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé
2018-04-25Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz
2018-04-23Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz
2018-04-22Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-04-13Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.Matthias Kestenholz
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2018-04-10Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol
2018-04-07Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.Vinay Karanam
2018-04-06Fixed #29289 -- Clarified PasswordResetTokenGenerator comment regarding the d...Tim Graham
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-04-03Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham
2018-04-02Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz
2018-03-29Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.Malte Gerth
2018-03-28Fixed #29258 -- Added type checking for login()'s backend argument.Abeer Upadhyay
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-03-20Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev