Skip to content

Commit

Permalink
Update readme to reflect compatibility with Backbone 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Mar 27, 2013
1 parent ceeb87a commit 84acd7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ also compatible. See for example [TastyMongo](https://github.com/ProgressiveComp

Backbone-tastypie is available under the [MIT license](https://github.com/PaulUithol/backbone-tastypie/blob/master/LICENSE.txt).

***At this moment, Backbone-tastypie is unfortunately only compatible with Backbone [master](https://raw.github.com/documentcloud/backbone/master/backbone.js) or older versions (0.9.2)!***
Backbone-tastypie depends on [Backbone](https://github.com/documentcloud/backbone) (1.0.0 or newer),
and thus on [Underscore](https://github.com/documentcloud/underscore) (1.4.4 or newer).

## Contents

Expand All @@ -16,9 +17,6 @@ Backbone-tastypie is available under the [MIT license](https://github.com/PaulUi

## Installation

Backbone-tastypie depends on [Backbone](https://github.com/documentcloud/backbone) (0.9.2, or master),
and thus on [Underscore](https://github.com/documentcloud/underscore) (version 1.4.3 or newer).

Add `backbone_tastypie` to your `INSTALLED_APPS` setting, and add the following to your base template:

```html
Expand Down

0 comments on commit 84acd7b

Please sign in to comment.