| Age | Commit message (Collapse) | Author |
|
ModelAdmin.get_form() method is overridden.
Backport of 0694d2196f0fad
|
|
content_type.
Thanks Tim for the report and initial patch.
Backport of 89cb771 from master.
|
|
Backport of ee26797cff from master
|
|
Thanks foo@ for the report and Florian Apolloner for the review.
Backport of eafc036476 from master
|
|
Thanks wim@ for the suggestion.
Backport of 5b2d9bacd2 from master
|
|
Thanks Daniele Procida.
Backport of d406afe12e from master
|
|
Thanks sergzach for the suggestion.
Backport of 43f89e0ad6 from master
|
|
Thanks Daniele Procida.
Backport of 4720117a31 from master
|
|
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e from master.
|
|
Slightly reworded another related paragraph for clarity, too.
Backport of 3f890f8.
|
|
Thanks to rasca for the suggestion and to mateusgondim for the patch.
Backport of ae206d78f6d991e
|
|
Thanks to Lowe Thiderman for the patch and tests
|
|
Thanks ClaesBas.
Backport of ccb2b57 from master.
|
|
ModelForm
Backport of a386675a6a from master
|
|
* ModelAdmin.get_changelist_form and get_changelist_formset
* InlineModelAdmin.get_formset
Thanks Jordan Reiter for the report.
Backport of 39f5bc7fc3 from master
|
|
read-only fields.
Thanks Daniele Procida for the patch.
Backport of d1de7596b2 from master
|
|
Thanks Cal Leeming for the patch.
\nBackport of 082fad0b83 from master
|
|
the suggestion.
|
|
|
|
Thanks ybon, quinode and sjaensch for the patch, and Tim Graham
for the review.
|
|
|
|
|
|
|
|
specific to the sections that changed; thanks akaihola for the suggestion and patch.
|
|
|
|
Updated example of customized ModelAdmin in documentation for 1.4
|
|
|
|
The change_view method of django.contrib.admin.ModelAdmin takes an
extra `form_url` argument in Django 1.4.
|
|
Thanks Yohan Boniface for the report.
|
|
Thanks Keryn Knight for the report and vanessagomes for the patch.
|
|
|
|
Thanks Florian Apolloner for the patch.
|
|
syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
reflect r17466. Thanks arthurprat for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
documentation. Thanks to anonymous for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
chrisdpratt and claudep.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
FilterSpec classes. Thanks, saxix and Julien Phalip.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
admin docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
r16857.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
allow for the dynamic display of links on the admin changelist. Thanks to graveyboat for the suggestion and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
[16955]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
Django's embedded jQuery to overwrite any pre-existing values of `window.jQuery` in the global namespace. Many thanks to Rob Hudson, Jannis Leidel and "anonymous" for the help resolving this issue.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
transform that supported them.
Doc writers should be aware that we are now back to normal ReST rules
regarding blockquotes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
for report and Stephan Jaensch for work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
tabs that were introduced in r16699 to spaces.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
to use named URLs.
Thanks to Florian Apolloner for both the initial patch and his final push to get
this fixed, to Dario Ocles for his great work on the admin templates and
switching the admin_doc application to also use named URLs, to Mikko Hellsing
for his comments and to Jannis and Julien for their review and design guidance.
Fixes #15294.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|