#26078 closed Cleanup/optimization (fixed)
Docs: DB Meta Migration Guildlines: More explicit "old" vs "new"
| Reported by: | Thomas Güttler | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.9 |
| Severity: | Normal | Keywords: | |
| Cc: | tzanke@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
On this page https://docs.djangoproject.com/en/1.9/ref/models/meta/
you easily missunderstand the examples provided below "MyModel._meta.get_fields_with_model():".
I team mate and I just read the source, and not the string above "These old APIs can be replicated by either:".
I will provide a pull request to make this more clear.
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Has patch: | set |
|---|---|
| Patch needs improvement: | set |
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
comment:5 by , 10 years ago
| Cc: | added |
|---|
Note:
See TracTickets
for help on using tickets.
Here is the pull request for meta.txt
https://github.com/django/django/pull/5978