Changes between Initial Version and Version 1 of Ticket #8209
- Timestamp:
 - Aug 12, 2008, 1:14:30 PM (17 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #8209
- Property Component Documentation → Forms
 - Property Milestone → 1.0
 - Property Triage Stage Unreviewed → Accepted
 - Property Summary Admin documentation claims that uniqueness is enforced in the interface → ModelForms (and hence the admin) don't check unique constraints
 
 - 
      
Ticket #8209 – Description
initial v1 1 It isnt - in fact in SQLite a raw exception is propagated all the way up, but thats a different issue. 2 3 The docs need to be updated to indicate that uniqueness is not enforced. 1 They don't - in fact in SQLite a raw exception is propagated all the way up.