mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
This commit is contained in:
parent
3872a33132
commit
d34d39ade7
8 changed files with 96 additions and 1 deletions
|
@ -109,3 +109,7 @@ class StatTestModel(models.Model):
|
|||
int1 = models.IntegerField()
|
||||
int2 = models.IntegerField()
|
||||
related_field = models.ForeignKey(AggregateTestModel, null=True)
|
||||
|
||||
|
||||
class NowTestModel(models.Model):
|
||||
when = models.DateTimeField(null=True, default=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue