Changes between Version 4 and Version 5 of AJAXWidgetComboBox


Ignore:
Timestamp:
Jun 30, 2006, 3:01:26 PM (18 years ago)
Author:
Antti Kaihola
Comment:

Fixed a typo in the urls.py example

Legend:

Unmodified
Added
Removed
Modified
  • AJAXWidgetComboBox

    v4 v5  
    9595}
    9696
    97 urlpatterns = pattern('',
     97urlpatterns = patterns('',
    9898        (r'^reporter_lookup/$', 'myproject.myapp.views.json_lookup', reporter_lookup),
    9999)
Back to Top