This repository was archived by the owner on Jan 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: af/djangbone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hackoder/djangbone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 1 file changed
- 3 contributors
Commits on Jan 11, 2012
-
Custom hook to modify model data before serialization
Inherit from CustomBackboneAPIView and define a serialize_item method. Return a dict with modified data Example: class MyModelApi(CustomBackboneAPIView): base_queryset = ... serialize_fields = ... def serialize_item(self, item): d = super(MyModelApi, self).serialize_item(item) d['tags'] = ... return dictConfiguration menu - View commit details
-
Copy full SHA for 733528b - Browse repository at this point
Copy the full SHA 733528bView commit details
Commits on Jan 24, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 15072bb - Browse repository at this point
Copy the full SHA 15072bbView commit details
Commits on Jan 30, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 213a60a - Browse repository at this point
Copy the full SHA 213a60aView commit details
Commits on Jan 31, 2012
-
Configuration menu - View commit details
-
Copy full SHA for fa5e03a - Browse repository at this point
Copy the full SHA fa5e03aView commit details
Commits on Feb 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 4afe2af - Browse repository at this point
Copy the full SHA 4afe2afView commit details
Commits on Feb 15, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 72d10ff - Browse repository at this point
Copy the full SHA 72d10ffView commit details
Commits on Mar 1, 2012
-
Make djangbone generic, with a specific Model Api to deal with models.
- have generic create, read, update, delete functions (so data that does not directly map to a model can be modified through an API). Use specific model class for models.
Configuration menu - View commit details
-
Copy full SHA for 36ae158 - Browse repository at this point
Copy the full SHA 36ae158View commit details
Commits on Apr 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 826dcf7 - Browse repository at this point
Copy the full SHA 826dcf7View commit details
Commits on May 23, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7939cc3 - Browse repository at this point
Copy the full SHA 7939cc3View commit details
Commits on May 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 640ef40 - Browse repository at this point
Copy the full SHA 640ef40View commit details
Commits on Feb 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7fa3db9 - Browse repository at this point
Copy the full SHA 7fa3db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57e25c - Browse repository at this point
Copy the full SHA e57e25cView commit details
Commits on Jun 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c909d33 - Browse repository at this point
Copy the full SHA c909d33View commit details
Commits on Sep 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7785985 - Browse repository at this point
Copy the full SHA 7785985View commit details
Commits on Jun 22, 2016
-
The latest version of backbone requires a valid json response in order to trigger success/error callbacks so this patch just returns an empty json object instead of an empty string.
Configuration menu - View commit details
-
Copy full SHA for 55b1b84 - Browse repository at this point
Copy the full SHA 55b1b84View commit details
Commits on Jun 23, 2016
-
Merge pull request #1 from randlet/return-json
Never return empty response
Configuration menu - View commit details
-
Copy full SHA for 0e7c59f - Browse repository at this point
Copy the full SHA 0e7c59fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master