-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small change to setup.py, "pip installable" directly from the repository now. #1
Conversation
Fab! The first thing to do would be to join the discussion group: http://groups.google.com/group/django-rest-framework Secondly, the other way around - I'd really like to get your perspective Some things I can think of that need some work.
I can give guidance on any of these if something jumps out at you? Thanks so much for the offer of help! It's really really appreciated! t. On 2 May 2011 16:35, vitormazzi <
|
Small change to setup.py, "pip installable" directly from the repository now.
…-options Merged work in progress for Issue 192 expose fields for options
…Dict type from 'serializer.data', and also has a third item in the second usage
Delete imported but not used method
Add drf-tracking to third-party-resources.md
Fixed Permissions.get_required_object_permissions for #4927
* Add tests for schema exclusions * Move exclusion check to should_include_endpoint * Update docs * Switch to using `schema = None` * Test PendingDeprecationWarnings * Add note to release notes. * s/deprecated/pending deprecation/ * Add PR link to release notes * Correct typo in test class name * Test 'exclude_from_schema' deprecation warning message (#1) * Correct deprecation warning message
I'm starting to use this project, and have the habit of installing it directly from github using pip, what was not possible due to the cleanup which was made at the end of setup.py.
I'm looking forward to collaborate in this project, as it is promising to be very useful to me. Is there any points in particular where you feel some work is needed?