Ticket #4944: 4944.diff

File 4944.diff, 489 bytes (added by Philippe Raoult, 17 years ago)

updated the docs

  • docs/model-api.txt

     
    663663If ``True``, this field must be unique throughout the table.
    664664
    665665This is enforced at the database level and at the Django admin-form level.
     666If you try to add a second instance with the same field value, an
     667IntegrityError will be raised by ``save()``.
    666668
    667669``unique_for_date``
    668670~~~~~~~~~~~~~~~~~~~
Back to Top