#19597 closed Cleanup/optimization (fixed)
jquery.js recommendations; minified jQuery not documented
| Reported by: | Daniele Procida | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The admin docs could be clearer about loading jquery.js.
Also, https://github.com/django/django/blob/master/django/contrib/admin/options.py#L401 isn't documented.
Pull request addressing both: https://github.com/django/django/pull/639
Change History (6)
comment:1 by , 13 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Has patch: | set |
| Type: | Uncategorized → Cleanup/optimization |
| Version: | 1.4 → master |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've separated out the note about https://github.com/django/django/blob/master/django/contrib/admin/options.py#L401 and put it in its own pull request https://github.com/django/django/pull/640.