index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
options.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[soc2009/multidb] Merged up to trunk r11917.
Alex Gaynor
2009-12-19
1
-1
/
+9
*
[soc2009/multidb] Merged up to trunk r11900.
Alex Gaynor
2009-12-17
1
-8
/
+9
*
[soc2009/multidb] Modified admin to allow for multidb customization. Patch f...
Alex Gaynor
2009-12-17
1
-10
/
+21
*
[soc2009/multidb] Merged up to trunk r11864.
Alex Gaynor
2009-12-14
1
-4
/
+4
*
[soc2009/multidb] Merged up to trunk r11858.
Alex Gaynor
2009-12-13
1
-0
/
+6
*
[soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...
Alex Gaynor
2009-12-12
1
-1
/
+1
*
[soc2009/multidb] Merged up to trunk r11804.
Alex Gaynor
2009-12-09
1
-2
/
+3
*
[soc2009/multidb] Merged up to trunk r11756.
Alex Gaynor
2009-11-21
1
-4
/
+10
*
[soc2009/multidb] Merged up to trunk r11467.
Alex Gaynor
2009-08-18
1
-1
/
+1
*
[soc2009/multidb] Merged up to trunk r11251.
Alex Gaynor
2009-07-16
1
-10
/
+14
*
Fixed #10448: correcting errors on "save as new" now correctly create a new o...
Jacob Kaplan-Moss
2009-05-08
1
-2
/
+2
*
Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...
Russell Keith-Magee
2009-05-07
1
-1
/
+1
*
Fixed #10897 -- Modified use of ngettext to ungettext in admin change message...
Russell Keith-Magee
2009-05-05
1
-27
/
+27
*
Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...
Jacob Kaplan-Moss
2009-04-22
1
-2
/
+6
*
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-04-08
1
-3
/
+4
*
Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...
Jacob Kaplan-Moss
2009-04-08
1
-0
/
+12
*
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-06
1
-86
/
+84
*
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-04-01
1
-2
/
+2
*
Fixed #10600 -- Allow for format marker reordering in a translatable string.
Malcolm Tredinnick
2009-03-24
1
-13
/
+13
*
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-23
1
-3
/
+191
*
Fixed #10533 -- Worked around an apparent limitation of xgettext.
Malcolm Tredinnick
2009-03-18
1
-114
/
+117
*
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2009-03-17
1
-3
/
+71
*
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-03-10
1
-4
/
+25
*
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss
2009-01-16
1
-83
/
+99
*
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2009-01-14
1
-96
/
+145
*
Fixed #8910 -- Added force_unicode during admin log message creation to avoid...
Karen Tracey
2008-11-10
1
-3
/
+3
*
Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...
Karen Tracey
2008-11-06
1
-2
/
+2
*
Fixed #9506 -- Marked error string for translation.
Karen Tracey
2008-11-06
1
-1
/
+1
*
Display non_field_errors of inline forms in the admin. This was a presentatio...
Brian Rosner
2008-10-21
1
-1
/
+2
*
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-27
1
-2
/
+2
*
Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...
Karen Tracey
2008-09-18
1
-1
/
+1
*
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Malcolm Tredinnick
2008-09-17
1
-1
/
+1
*
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
2008-09-08
1
-13
/
+4
*
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
1
-0
/
+11
*
Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.
Jacob Kaplan-Moss
2008-08-31
1
-6
/
+6
*
Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...
Brian Rosner
2008-08-31
1
-2
/
+0
*
Properly reference FieldDoesNotExist as it does not exist in global of django...
Brian Rosner
2008-08-29
1
-1
/
+1
*
Fixed some edge-case error handling from [8699]. Thanks, gkelly.
Malcolm Tredinnick
2008-08-29
1
-1
/
+1
*
Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...
Brian Rosner
2008-08-29
1
-3
/
+3
*
Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.
Jacob Kaplan-Moss
2008-08-29
1
-1
/
+11
*
Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...
Jacob Kaplan-Moss
2008-08-28
1
-0
/
+5
*
Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...
Brian Rosner
2008-08-25
1
-0
/
+2
*
Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. ...
Brian Rosner
2008-08-23
1
-1
/
+1
*
Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...
Brian Rosner
2008-08-23
1
-0
/
+4
*
Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...
Brian Rosner
2008-08-22
1
-1
/
+4
*
Moved admin form helpers to their own module to clean-up django/contrib/admin...
Brian Rosner
2008-08-18
1
-154
/
+8
*
Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...
Brian Rosner
2008-08-15
1
-7
/
+20
*
Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...
Brian Rosner
2008-08-15
1
-0
/
+2
*
Fixed #957 -- prepopulated_fields now works correctly on inlines.
Brian Rosner
2008-08-15
1
-1
/
+9
*
Fixed media creation in the add_view. It was not pulling media from the corre...
Brian Rosner
2008-08-15
1
-2
/
+1
[next]