BetterWorks / django-anonymizer

MIT License
14 stars 12 forks source link

Genererate datetime with timezone info #26

Closed quinox closed 7 years ago

quinox commented 8 years ago

Fixes warnings during anonymize_data:

/home/quinox/projects/cmi-v3/virtual/lib/python3.5/site-packages/django/db/models/fields/init.py:1474: RuntimeWarning: DateTimeField Partner.created received a naive datetime (2004-11-27 08:56:25) while time zone support is active.

codecov-io commented 8 years ago

Current coverage is 76.64%

Merging #26 into master will increase coverage by 0.24%

@@             master        #26   diff @@
==========================================
  Files             7          7          
  Lines           377        381     +4   
  Methods           0          0          
  Messages          0          0          
  Branches         65         65          
==========================================
+ Hits            288        292     +4   
  Misses           78         78          
  Partials         11         11          

Powered by Codecov. Last updated by 4de371b...9c9fd48

diwu1989 commented 8 years ago

lgtm, will get a 2nd reviewer on this too, thanks!