Files
postgres-web/pgweb/downloads
Magnus Hagander 217f9ef62a Fix model warnings and deprecations
1. ForeignKey with unique -> OneToOneField
2. IPAddressField -> GenericIPAddressField
3. Fix fields with default=datetime.now() which gives server start time,
   not the insert time (clearly this default was never used, and the
   field was always explicitly set, but it should still not be incorrectly
   defined)
2016-05-14 19:49:12 +02:00
..
2009-09-14 14:39:25 +02:00
2016-05-14 19:49:12 +02:00
2014-01-01 15:42:30 +01:00
2016-05-14 19:49:12 +02:00