summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-04-16Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
2015-04-15Removed code duplication between AdminSite.index() and app_index().Riccardo Magliocchetti
2015-04-14Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.Eric Rouleau
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-04-11Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann
2015-04-11Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz
2015-04-09Removed unused methods in GIS adapter.Tim Graham
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-04-07Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-30Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham
2015-03-30Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham
2015-03-30Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy
2015-03-28Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-26Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.Bas Peschier
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Fixed #24405 -- Made admin related object JavaScript overridableRiccardo Magliocchetti
2015-03-23Removed redundant model instantiation in contrib.admin; refs #11390.TomV
2015-03-20Fixed #24490 -- Set LogEntry.change_message when adding an object.Karl Hobley
2015-03-20Fixed gis test failures when numpy isn't installed.Daniel Wiesmann
2015-03-20Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tagYair Chuchem
2015-03-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-03-18Fixed build failure introduced by refs #23757.Tim Graham
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-03-18Updated translation catalogsClaude Paroz
2015-03-18Removed translations from contrib.messagesClaude Paroz
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-17Made SRID a required parameter for GDALRaster instantiation; refs #23804.Daniel Wiesmann
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-03-16Fixed #24488 -- Made create_default_site() use default pk of 1.Marten Kenbeek
2015-03-16Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
2015-03-14Fixed #24480 -- Marked strings in contrib.gis templates for translation.Tim Graham
2015-03-12Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -Tim Graham
2015-03-12Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham
2015-03-11Fixed #24467 -- Removed conditional inclusion of actions.js & prepopulate.js.Anton Danilchenko
2015-03-07Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn'...Sztrovacsek
2015-03-07Fixed #23993 -- Added form.media to the admin login template.david
2015-03-05Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.Tim Graham
2015-03-04Fixed #24426 -- Displayed admin actions panel when show_full_result_count=False.Tim Graham
2015-03-04Used format_html() in contrib.admin.utils for consistency.Tim Graham
2015-03-03Removed outdated docstring for get_admin_url().Mathias André
2015-03-02Fixed #24294 -- Allowed staff_member_required decorator to handle args.Andrei Kulakov
2015-02-26Fixed #24406 -- Improved SelectFilter js to use click eventsRolf Jagerman
2015-02-25Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-02-23Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen