timsavage / django-ajax-forms

Automatically exported from code.google.com/p/django-ajax-forms
Other
1 stars 1 forks source link

E-mail Regex Issue #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the latest SVN (I was on SVN-12588)
2. Install your app as shown
3. Try to go to a form with an e-mail field on it

What is the expected output? What do you see instead?
I expected to see the form and have the same ajax effects as when the
e-mail field was not present. I got an error (I attached it.

What version of the product are you using? On what operating system?
Using latest django-ajax-forms and running it on Django dev server

Original issue reported on code.google.com by stormlif...@gmail.com on 26 Feb 2010 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
The issue is with a beta version of Django. I am not able to reproduce the 
issue with 
the current release (version 1.1.1).

Can you run up the example application and confirm the issue occurs with 
Example 1?

Original comment by Sle...@gmail.com on 10 Mar 2010 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by Sle...@gmail.com on 10 Mar 2010 at 3:51

GoogleCodeExporter commented 9 years ago
Have taken a look at the latest Beta release of Django and can confirm there is 
an 
issue. Django has been refactored to use a core validation library, the forms 
project 
will have to be updated as well as introducing some problems with backwards 
compatibility. Will create a branch to begin supporting the upcoming beta 
release.

Original comment by Sle...@gmail.com on 17 Mar 2010 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by Sle...@gmail.com on 28 Jun 2010 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by Sle...@gmail.com on 28 Jun 2010 at 10:05

GoogleCodeExporter commented 9 years ago
Has been fixed in the Django1.2 branch. See 
http://code.google.com/p/django-ajax-forms/source/browse/?r=02cec0f1879c75d10620
1161e7d4056a92dbc1d3

Original comment by Sle...@gmail.com on 28 Jun 2010 at 2:03

GoogleCodeExporter commented 9 years ago
Issue 15 has been merged into this issue.

Original comment by Sle...@gmail.com on 13 Jun 2011 at 8:29