Changes between Initial Version and Version 1 of Ticket #19441, comment 9
- Timestamp:
- Jan 7, 2013, 12:31:00 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19441, comment 9
initial v1 5 5 6 6 So the choice is: 7 - different technical behavior varying by db vendor 8 - different functional behavior varying by db vendor 7 A - different technical behavior varying by db vendor (db_index is considered True if unique is True) 8 B - different functional behavior varying by db vendor (currently implemented behavior) 9 9 10 Either way this might need some extra documentation. If you don't know where to look, this is a nasty one to find in Postgres country.10 My knowledge of Django philosophy on these matters is too limited to take a good stance on this, so consider this just an extra heads up. Either way this might need some extra documentation. If you don't know where to look, this is a nasty one to find in Postgres country.