#8007 closed (fixed)
Documentation update (Design Philosphies section) regarding domain logic
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
on http://www.djangoproject.com/documentation/design_philosophies/
under the Main heading Models and sub heading Include all relevant domain logic; it reads
Models should encapsulate every aspect of an “object,” following Martin Fowler’s Active Record design pattern.
This is why model-specific admin options are included in the model itself; data related to a model should be stored in the model.
I believe with the new admin, the last two sentences need revision
Change History (3)
comment:1 by , 16 years ago
milestone: | 1.0 beta → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8409]) Fixed #8007: removed mention of admin options in models from docs/design_philosophies.txt