summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-05-23Forced utf-8 encoding when loading common passwords in CommonPasswordValidator.Mariusz Felisiak
2019-05-22Refs #30116 -- Removed unnecessary str() calls in CommonPasswordValidator.Jon Dufresne
2019-05-22Improved performance of loading common passwords in CommonPasswordValidator.Brad Solomon
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2019-05-20Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVec...Thomasina Lee
2019-05-17Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-05-13Refs #28593 -- Changed url() to path() in comments following URL routing chan...Tobias Bengfort
2019-05-08Moved unnecessarily nested import.Carlton Gibson
2019-05-08Removed redundant check from StaticFilesHandler.Carlton Gibson
2019-05-07Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins
2019-05-07Always remove required attribute in SelectFilter2.js (#11331)Ben Muschol
2019-05-06Fixed #29352 -- Allowed specifying a Feed language.Tobias Kunze
2019-04-27Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...Carlton Gibson
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-23Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-29Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli
2019-03-27Removed unused timeparse.js.Nick Pope
2019-03-27Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope
2019-03-27Simplified Date.prototype.getTwelveHours().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
2019-03-27Removed unused String.prototype.pad_left().Nick Pope
2019-03-27Removed unneeded compatibility shim for getComputedStyle().Nick Pope
2019-03-25Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-03-22Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave
2019-03-21Removed obsolete Lookup hook to prepare rhs expressions.Simon Charette
2019-03-21Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.birthdaysgift
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-03-14Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin ...Herman S
2019-03-08Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.btknu
2019-03-04Removed executable bit from static asset xregexp.js.Jon Dufresne
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-03-01Fixed #30229 -- Removed polyfill from inlines.min.js.Dan Wilson
2019-02-28Fixed #30221 -- Made label suffix of admin's read-only fields translatable.Etienne Chové
2019-02-28Fixed #30218 -- Fixed size of admin changelist's search button.Johannes Hoppe
2019-02-27Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-27Removed AutocompleteJsonView.paginator_class.Johannes Hoppe
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest breakp...Matthias Kestenholz
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-23Added PositiveIntegerField support to LayerMapping.Gabriele Giaccari
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz