Opened 12 years ago
Closed 12 years ago
#19008 closed Bug (fixed)
Typo at https://docs.djangoproject.com/en/1.2/ref/signals/#django.db.models.signals.pre_init
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
see: https://docs.djangoproject.com/en/1.2/ref/signals/#django.db.models.signals.pre_init
It says: "Whenever you instantiate a Django model this sign..."
It should say: "Whenever you instantiate a Django model, this sign..."
Note:
See TracTickets
for help on using tickets.
In 2b1ae4dbd2b0389e1e412d68262cd2a9b8209a70: