Kaydet (Commit) a1ffbfb8 authored tarafından Peter Inglesby's avatar Peter Inglesby Kaydeden (comit) Tim Graham

Removed unused fields from aggregation docs.

üst a3052c35
......@@ -26,7 +26,6 @@ used to track the inventory for a series of online bookstores:
class Publisher(models.Model):
name = models.CharField(max_length=300)
num_awards = models.IntegerField()
class Book(models.Model):
name = models.CharField(max_length=300)
......@@ -40,7 +39,6 @@ used to track the inventory for a series of online bookstores:
class Store(models.Model):
name = models.CharField(max_length=300)
books = models.ManyToManyField(Book)
registered_users = models.PositiveIntegerField()
Cheat sheet
===========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment