issues
search
joestump
/
django-ajax
A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README.mkd
#73
AsmarButt
closed
1 month ago
0
this is the right folder structure and cli.txt for django 1.9
#72
wanbiguizhao
opened
8 years ago
0
Django 1.10: Replace test fixture reliance on deprecated SHA1 hasher
#71
adevore
opened
8 years ago
4
Django 1.9 support: Remove dependency on django.conf.urls.patterns
#70
adevore
closed
8 years ago
1
import_module and getLogger are both deprecated in Django 1.7+ now.
#69
joestump
closed
8 years ago
2
Compatibility overhaul
#68
midnightlynx
closed
8 years ago
4
Python 3 compatible?
#67
midnightlynx
closed
8 years ago
2
RemovedInDjango19Warning: django.utils.importlib will be removed
#66
midnightlynx
closed
8 years ago
2
Provide additional info in ajax_deleted signal via payload kwarg
#65
nicholasserra
closed
9 years ago
1
Updating a DatetimeField
#64
Zundrium
opened
10 years ago
0
Make test patch and DeprecationWarning
#63
nicholasserra
closed
10 years ago
0
On update(): Don't save record if nothing has changed.
#62
nicholasserra
closed
10 years ago
1
Updated README.mkd
#61
njamaleddine
closed
10 years ago
0
Add kwargs to most methods
#60
cam-stitt
closed
8 years ago
0
Authentication class
#59
cam-stitt
closed
10 years ago
0
Add support for total number of results returned
#58
justinabrahms
closed
10 years ago
2
Setup travis-ci for this repo.
#57
justinabrahms
closed
10 years ago
0
List request
#56
justinabrahms
closed
10 years ago
3
Deny list access unless it's specifically allowed.
#55
justinabrahms
closed
10 years ago
0
django.conf.urls.defaults has been removed in Django 1.6.
#54
slagerfin
closed
10 years ago
0
Try to use Python's built-in json module.
#53
smskelley
closed
10 years ago
0
Remove reference to defaults module, which was removed in Django 1.6
#52
jackcarter
closed
10 years ago
1
Compatible with 1.6.1?
#51
pnsaeta
opened
10 years ago
1
BadRequest 400 Error
#50
fscz
closed
10 years ago
3
Docs for encoders
#49
nicholasserra
closed
11 years ago
0
Support for ManyToManyFields
#48
insertjokehere
opened
11 years ago
1
Base Authentication class. Support for django 1.4.
#47
cam-stitt
closed
10 years ago
4
Adding support for for setting nullable foreign key fields to null
#46
chrisforrette
closed
11 years ago
2
Remove utils.six for 1.4.0 compat. Add django.conf.settings
#45
cam-stitt
closed
11 years ago
1
endpoints.py for external application models (like django User, SouthMigrationHistory, etc..
#44
lgfausak
opened
11 years ago
0
403 response + 404 is not ajax ?
#43
vincentalvo
closed
1 year ago
3
Authentication base class with setting
#42
cam-stitt
closed
11 years ago
4
Allow Original Exception Message To Pass Through
#41
gmcquillan
closed
11 years ago
2
Fix issue with decoding exceptions.
#40
justinabrahms
closed
11 years ago
0
Exceptions: message decoding fails
#39
jelko
closed
11 years ago
2
Predefined Authentications
#38
cam-stitt
closed
11 years ago
4
Add pip instructions to Readme. Decode strings.
#37
cam-stitt
closed
11 years ago
0
Make it pip installable
#36
cam-stitt
closed
11 years ago
9
Call decode on lazy string objects; avoid wrath of JSON serializers.
#35
gmcquillan
closed
11 years ago
2
Add kwargs to _user_is_active_or_staff
#34
cam-stitt
closed
11 years ago
0
namedtuple_as_object
#33
zztemp001
opened
11 years ago
3
Add basic signal structure for created, updated, and deleted
#32
nicholasserra
closed
11 years ago
0
Log AJAXErrors
#31
impressiver
closed
12 years ago
1
django-taggit requirement
#30
ephess
closed
12 years ago
3
endpoint_loader should not eat ImportError
#29
claymation
closed
12 years ago
0
Proper error handling
#28
mattrobenolt
closed
12 years ago
0
If AJAX_PK_ATTR_NAME is set, we want to remove the original reference to "pk" since this is acting as a rename of the same variable
#27
mattrobenolt
closed
12 years ago
1
Field exclusion is handled inside the actual serialize call
#26
mattrobenolt
closed
12 years ago
0
Add list as base method and allowed_methods decorator
#25
toast38coza
closed
11 years ago
8
Model adhoc endpoints
#24
toast38coza
closed
12 years ago
1
Next