Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
[1.9.4] Update readme to explain why we forked.
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Oct 4, 2017
1 parent cb482ac commit d73a3c8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
django-bitfield
---------------

.. image:: https://api.travis-ci.org/disqus/django-bitfield.png?branch=master
:target: https://travis-ci.org/disqus/django-bitfield

Provides a BitField like class (using a BigIntegerField) for your Django models.

(If you're upgrading from a version before 1.2 the API has changed greatly and is backwards incompatible!)

Why did we Fork?
================

We needed the ``get_set_bits()`` due to its usage throughout several other packages.
It was easier to fork this one package and add it back in than change all the other
packages.


Requirements
============

* Django >= 1.4
* Django >= 1.8
* PostgreSQL (see notes)

**Notes:**
Expand Down

0 comments on commit d73a3c8

Please sign in to comment.