Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8007 closed (fixed)

Documentation update (Design Philosphies section) regarding domain logic

Reported by: nasrullah@… 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 Malcolm Tredinnick, 16 years ago

milestone: 1.0 beta1.0
Triage Stage: UnreviewedAccepted

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [8409]) Fixed #8007: removed mention of admin options in models from docs/design_philosophies.txt

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top