On Fri, 2007-05-18 at 09:49 -0700, tyman26 wrote: > Hi, > I built an application with the development version of Django and > moved it to Apache. After I moved it, the self.clean_data variable > stopped loading for some reason. I know you have to validate the data > before this is availbable, but I am validating it. It works fine in > the development version, but for some reason it doesn't work in > Apache. Is there something I may be missing here? Any help would be > much appreciated.
Sounds like you aren't using the same codebase (for Django) on both machines. We recently renamed clean_data to cleaned_data and there have been at least two threads about that on this mailing list and it's mentioned on the BackwardsIncompatibleChanges wiki page. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

