Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with addButton variable scopeArthur de Jong2015-11-212-55/+55
| | | | | | | | | This moves the delete-link handling after adding the add link and moves the scope of the addButton upwards to ensure that it is available in the delete link handler. This fixes the "addButton was used before it was defined" error from npm test.
* Fix issue with row variable scopeArthur de Jong2015-11-212-16/+15
| | | | | | This uses $(this) in the outer scope and saves the row variable for use in the click handler. This fixes the "row is already declared in the upper scope" error from npm test.
* Fixed #15910 -- Show delete links for all admin inline ↵Arthur de Jong2015-11-072-47/+56
| | | | | | | | | formset rows Move the addition of delete links to the initialisation code instead of to the add event handler to ensure that all rows that should have a delete link end up with one (not just the rows that are dynamically added).
* Fixed #25622 -- Accounted for generic relations in the ↵Simon Charette2015-10-291-1/+3
| | | | | | admin to field validation Thanks to Jonathan Liuti for the report and Tim Graham for the review.
* Fixed #25519 -- Made the admin "View site" link point to ↵Dheerendra Rathor2015-10-221-1/+6
| | | | | | | sites running on a subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'.
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-1/+10
| | | | | If the model form had a form field specified, the label rendered as "None".
* Fixed #25586 -- Fixed possible table cell misalignment ↵Daniel Hahler2015-10-211-1/+2
| | | | | | | in admin's tabular inlines. The table body (tbody) was shifted by one column to the left if the first inline form field is hidden.
* Fixed #25566 -- Added title to admin's closing popup ↵Ville Skyttä2015-10-191-2/+2
| | | | response page
* Fixed #25565 -- Removed action="" from admin forms ↵Ville Skyttä2015-10-197-7/+7
| | | | (invalid in HTML5).
* Updated translation catalogsClaude Paroz2015-10-092-127/+147
| | | | Forward port of f717cb2ab4 from stable/1.9.x.
* Refs #23444 -- Removed ↵Tim Graham2015-09-241-19/+1
| | | | InlineAdminForm.original_content_type_id per deprecation timeline.
* Fixed #25378 -- Improved tab through experience in admin.Ryan Allen2015-09-234-43/+90
|
* Fixed #15760 -- Added JavaScript events for admin inline ↵ramez2015-09-212-9/+11
| | | | forms.
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-1/+1
|
* Refs #25149 -- Fixed regression in admin datetime widget ↵Gavin Wahl2015-09-161-1/+1
| | | | for timezones on the negative side of UTC.
* Fixed #25374 -- Made ModelAdmin checks work on instances ↵Malcolm Box2015-09-113-262/+263
| | | | | | | instead of classes. This allows dynamically-generated attributes to be specified in checked ModelAdmin attributes without triggering errors.
* Fixed #25135 -- Deprecated the contrib.admin allow_tags ↵Ola Sitarska2015-09-093-10/+24
| | | | | | attribute. Thanks Jaap Roes for the idea and initial patch.
* Fixed #25365 -- Fixed visual issues in filter_vertical ↵elky2015-09-071-7/+7
| | | | widget introduced by SVG icons commit.
* Fixed #11544 -- Removed !important rules in ↵elky2015-09-075-109/+57
| | | | contrib.admin styles.
* Fixed #25353 -- Changed LogEntry.action_time to a "date ↵Tim Graham2015-09-042-5/+38
| | | | created".
* Removed unused CSS in contrib.admin.elky2015-09-042-155/+0
| | | | | The corresponding HTML was removed in 738d9af1e8e38b0289b7dfa7c8a5413f5d0e20d1.
* Fixed #25348 -- Removed unused gif/png images from ↵elky2015-09-0460-33/+35
| | | | contrib.admin.
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
|
* Fixed #25320 -- Reverted ManyToManyField.null to False ↵Tim Graham2015-09-011-2/+10
| | | | | | for backwards compatibility. Thanks Tom Christie for the report and review.
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-5/+0
|
* Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham2015-08-313-2476/+1346
|
* Fixed #25323 -- Fixed selenium test failures with ↵Tim Graham2015-08-281-0/+7
| | | | chromedriver 2.18.
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ↵Tim Graham2015-08-281-1/+6
| | | | value that clashes with a model reverse accessor.
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-2728-107/+291
|
* Corrected inconsistent indentation in ↵Pedro Maltez2015-08-181-4/+4
| | | | django/contrib/admin/static/admin/js/urlify.js.
* Fixed typo in ↵Pedro Maltez2015-08-181-1/+1
| | | | django/contrib/admin/static/admin/js/urlify.js.
* Fixed #25267 -- Corrected message for admin.E122 system ↵Fabrizio Ettore Messina2015-08-131-2/+9
| | | | check.
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-2/+2
|
* Refs #25163 -- Added trimmed option to recent blocktrans ↵Claude Paroz2015-08-071-1/+1
| | | | addition
* Fixed #25206 -- Fixed error message when checking a ↵Alasdair Nicol2015-08-031-1/+1
| | | | ModelAdmin fieldset's fields.
* Fixed #24444 -- Updated contrib.admin to use ↵elky2015-07-3012-317/+897
| | | | django-flat-theme
* Fixed #25163 -- Added hint for non-staff users to admin ↵Luis Visintini2015-07-291-0/+10
| | | | login page.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-282-4/+23
| | | | on_delete for ForeignKey/OneToOneField
* Fixed JavaScript "no-cond-assign" violations.Tim Graham2015-07-221-15/+29
|
* Fixed JavaScript "strict" violations.Tim Graham2015-07-2212-1048/+1103
|
* Fixed JavaScript "no-underscore-dangle" violations.Tim Graham2015-07-221-5/+5
|
* Fixed JavaScript "no-shadow" violations.Tim Graham2015-07-222-13/+11
|
* Fixed #25149 -- Replaced window.__admin_utc_offset__ ↵Tim Graham2015-07-222-6/+8
| | | | with a data attribute.
* Fixed #24126 -- Deprecated current_app parameter to auth ↵lukasz.wojcik2015-07-211-4/+4
| | | | views.
* Fixed JavaScript "no-octal-escape" violations.Tim Graham2015-07-181-6/+6
|
* Fixed JavaScript "no-multi-spaces" violations.Tim Graham2015-07-181-7/+14
|
* Fixed JavaScript "space-infix-ops" violations.Tim Graham2015-07-188-40/+39
|
* Fixed JavaScript "key-spacing" violations.Tim Graham2015-07-182-57/+61
|
* Fixed JavaScript "comma-spacing" violations.Tim Graham2015-07-182-3/+3
|
* Fixed JavaScript space-before-function-paren violations.Tim Graham2015-07-182-2/+2
|