Ticket #4877: testing.diff

File testing.diff, 317 bytes (added by John Shaffer <jshaffer2112@…>, 17 years ago)
  • docs/testing.txt

     
    6262
    6363For example::
    6464
    65     from django.db import model
     65    from django.db import models
    6666
    6767    class Animal(models.Model):
    6868        """
Back to Top