0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added MIT license. More... about 14 years ago
Added a couple of images to test FileField functionality, taken from Wikimedia Commons
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Fixed missing imports in urls.py
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Commented out sample field override function
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added media serving for default project
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Basic support for FileField, just returns the url
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Changed object reference to obj so we don't override builtins. DOH
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added simple image serialization on the sample products app
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Missing api target object in dapi/responders prepare_field getattr call
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added lighthouse tickets link
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added null=True, and blank=True to the image field
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added dev.deb to .gitignore
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Serialized other field types
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added more fields to the products model and created a products.json sample fixture
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Fixed swallowing of the first part of the url
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Added fixtures folder to sample_project, there is now a user joe/black for testing
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Fixed exception when comparing bits[1]=='docs' when the rest_of_url was '/'
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Merged with latest origin updates
Ariel Núñez
as Ariel Nunez
More... about 15 years ago
Slightly better ModelApi API. More... about 15 years ago
Pass the HttpRequest to Api.dispatch. More... about 15 years ago
Return a regex instead of a compiled regular expression for future a 1.1 feature. More... about 15 years ago
Moved dipatching to its own method. More... about 15 years ago
Always use .iterator() on querysets. More... about 15 years ago
Added some simple serialization. More... about 15 years ago
Fully enforce optional OAuth in the sample_project. More... about 15 years ago
Added OAuth support (not fully working quite yet). More... about 15 years ago
Renamed the default Api instance to default_api to be clear exactly what it is. More... about 15 years ago
Use extends instead of inherits. Thanks Alex Gaynor for the suggestion. More... about 15 years ago
Implemented API inheritance. More... about 15 years ago
Implemented the foundation for API authentication. More... about 15 years ago