index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
options.py
Age
Commit message (
Expand
)
Author
2013-02-19
[1.5.x] Checked object permissions on admin history view.
Carl Meyer
2012-12-30
[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...
Julien Phalip
2012-12-24
[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...
Julien Phalip
2012-12-08
[1.5.x] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield...
Claude Paroz
2012-11-29
[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-28
[1.5.x] Fixed a comment typo.
Ramiro Morales
2012-11-25
[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...
Julien Phalip
2012-11-19
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-10-20
Fixed #17856 -- Passed obj to get_inline_instances
Aymeric Augustin
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-01
Fixed #18550 -- Ensured that the admin history view works with escaped primar...
Julien Phalip
2012-06-05
Ticket #17804 fix.
martin.bohacek
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-02-09
Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the M...
Jannis Leidel
2012-02-09
Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...
Jannis Leidel
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-02-05
Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...
Julien Phalip
2011-11-01
Fixed #5704 - Admin popup windows won't close when using application/xhtml as...
Luke Plant
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-26
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...
Julien Phalip
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-09-21
Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...
Carl Meyer
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-08-12
Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...
Jannis Leidel
2011-08-12
Fixed #16604 -- Use new save_related hook when saving objects on the changeli...
Jannis Leidel
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-08-01
Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...
Ramiro Morales
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
2011-07-30
Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok...
Jannis Leidel
2011-07-03
Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...
Jannis Leidel
2011-07-03
Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-16
Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...
Ramiro Morales
2011-06-12
Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...
Jannis Leidel
2011-06-08
Fixed #14206 - dynamic list_display support in admin
Luke Plant
2011-05-05
Fixed #15964 - Do not order admin actions by description
Luke Plant
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-04-22
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...
Jannis Leidel
[next]