google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

datetime module not loaded, yet datetime referenced in code #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.  Click 'member status' on a project
2.  Try to set your status as away
3.  Error message 'datetime not define, line 125'

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

URL: http://svn.pinaxproject.com/pinax/trunk
Repository Root: http://svn.pinaxproject.com/pinax
Repository UUID: 45601e1e-1555-4799-bd40-45c8c71eef50
Revision: 1256
Node Kind: directory
Schedule: normal
Last Changed Author: brosner
Last Changed Rev: 1249
Last Changed Date: 2008-12-02 06:52:52 +0000 (Tue, 02 Dec 2008)

Please provide any additional information below.

by adding 'from datetime import datetime' to the top of the file:
/pinax/apps/local_apps/projects/forms.py

The problem is resolved.

Original issue reported on code.google.com by andylock...@gmail.com on 5 Dec 2008 at 1:23

GoogleCodeExporter commented 9 years ago
Fixed in r1282.

Original comment by bros...@gmail.com on 14 Dec 2008 at 6:20