Skip to content

Commit

Permalink
Revert "renamed to django-rest-braces"
Browse files Browse the repository at this point in the history
This reverts commit c092f11.
  • Loading branch information
Miroslav Shubernetskiy committed Jul 1, 2015
1 parent 35b58c2 commit 004b431
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/dealertrack/django-rest-braces/issues.
Report bugs at https://github.com/dealertrack/django-rest-framework-braces/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -44,7 +44,7 @@ Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at
https://github.com/dealertrack/django-rest-braces/issues.
https://github.com/dealertrack/django-rest-framework-braces/issues.

If you are proposing a feature:

Expand All @@ -56,17 +56,17 @@ If you are proposing a feature:
Get Started!
------------

Ready to contribute? Here's how to set up `django-rest-braces` for local development.
Ready to contribute? Here's how to set up `django-rest-framework-braces` for local development.

1. Fork the `django-rest-braces` repo on GitHub.
1. Fork the `django-rest-framework-braces` repo on GitHub.
2. Clone your fork locally::

$ git clone git@github.com:your_name_here/django-rest-braces.git
$ git clone git@github.com:your_name_here/django-rest-framework-braces.git

3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::

$ mkvirtualenv drf-braces
$ cd django-rest-braces/
$ cd django-rest-framework-braces/
$ make install

4. Create a branch for local development::
Expand Down Expand Up @@ -99,5 +99,5 @@ Before you submit a pull request, check that it meets these guidelines:
Put your new functionality into a function with a docstring,
and add the feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, and for PyPy.
Check https://travis-ci.org/dealertrack/django-rest-braces/pull_requests
Check https://travis-ci.org/dealertrack/django-rest-framework-braces/pull_requests
and make sure that the tests pass for all supported Python versions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
Django Rest Framework Braces
============================

.. image:: https://travis-ci.org/dealertrack/django-rest-braces.svg?branch=master
:target: https://travis-ci.org/dealertrack/django-rest-braces
.. image:: https://travis-ci.org/dealertrack/django-rest-framework-braces.svg?branch=master
:target: https://travis-ci.org/dealertrack/django-rest-framework-braces

.. image:: https://coveralls.io/repos/dealertrack/django-rest-braces/badge.svg
:target: https://coveralls.io/r/dealertrack/django-rest-braces
.. image:: https://coveralls.io/repos/dealertrack/django-rest-framework-braces/badge.svg
:target: https://coveralls.io/r/dealertrack/django-rest-framework-braces

Collection of utilities for working with DRF. Name inspired by `django-braces <https://github.com/brack3t/django-braces>`_.

* Free software: MIT license
* GitHub: https://github.com/dealertrack/django-rest-braces
* Documentation: https://django-rest-braces.readthedocs.org.
* GitHub: https://github.com/dealertrack/django-rest-framework-braces
* Documentation: https://django-rest-framework-braces.readthedocs.org.

Installing
----------

Easiest way to install ``django-rest-braces`` is by using ``pip``::
Easiest way to install ``django-rest-framework-braces`` is by using ``pip``::

$ pip install django-rest-braces
$ pip install django-rest-framework-braces

Usage
-----
Expand All @@ -34,7 +34,7 @@ For example::
serializer = self.get_serializer(serializer_class=MySerializer)
...

For full list of available utilities, please refer to the `documentation <https://django-rest-braces.readthedocs.org>`_.
For full list of available utilities, please refer to the `documentation <https://django-rest-framework-braces.readthedocs.org>`_.

Testing
-------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ def read(fname):
)

setup(
name='django-rest-braces',
name='django-rest-framework-braces',
version=__version__,
author=__author__,
description='Collection of utilities for working with DRF',
long_description='\n\n'.join([readme, history, authors, licence]),
url='https://github.com/dealertrack/django-rest-braces',
url='https://github.com/dealertrack/django-rest-framework-braces',
license='MIT',
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=requirements,
Expand Down

0 comments on commit 004b431

Please sign in to comment.