Skip to content

Commit 9f7b959

Browse files
committed
Updates to the readme, and LICENSE and AUTHORS files added.
This is the first properly functional version.
1 parent 7cf5f43 commit 9f7b959

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Christian Metts
2+
3+
Special thanks:
4+
Daniel Lindsley / for getting the template tag going and for feedback along the way.

LICENSE

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) 2009, Christian Metts
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
* Neither the name of the django_inlines nor the names of its contributors may
15+
be used to endorse or promote products derived from this software without
16+
specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE

README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ bits in your text fields.
77
It uses a registration style so it's easy to set up inlines for any of your apps
88
or third party applications.
99

10-
Warning
11-
=======
10+
Django Inlines is tested and functional, but there is no documentation yet.
11+
The best examples of what it does are in the tests.
1212

13-
Django inlines is still alpha. Important bits don't exist yet. These include:
1413

15-
* A template tag to actually be able to use them.
14+
TODO
15+
----
16+
17+
**Warning:** Django inlines is still alpha. Important bits don't exist yet. These include:
18+
1619
* Documentation.
20+
* Admin style auto discovery of inlines.py in your apps.
1721
* Adding validation hooks to the base classes.
1822
* A model field and a widget for validation and improved adding in the admin.

0 commit comments

Comments
 (0)