Closed jathanism closed 10 years ago
I've just merge your branch on develop, but I set the version number to 1.8 (in order to respect guidelines of CHANGELOG file).
I'm waiting for your second request before to push your commits to master.
Thanks !
Awesome, I have great excitement! :) Thanks.
This replaces the hard-coded GET argument of
format
with the mapped argument name fromsettings.ROA_ARGS_NAMES_MAPPING
, but still defaults toformat
if a mapping for that argument is not found. This is important if the remote service does not accept a?format=
argument and has a different one.This also make all of the resource calls consistent when saving or deleting objects, to include the ROA headers on
resource.get()
calls made withindjango_roa.db.models.ROAModel.save_base()
, and onresource.delete()
calls made withindjango_roa.db.models.ROAModel.delete()
.I took the liberty of versioning this commit as
1.7.2
inside ofsetup.py
.