summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-02-12Removed unneeded list() calls in enumerate() argument.Sergey Fedoseev
2019-02-09Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-09Confirmed support for GDAL 2.4.Tim Graham
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-02-06Removed unnecessary type() calls for class methods.Jon Dufresne
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin