Commit Graph

38 Commits (7638a13f6557df9b130896959103cd5650287a12)

Author SHA1 Message Date
Diederik van der Boor 263fb6567b
Add docs badge 2019-07-15 10:35:17 +02:00
Diederik van der Boor 7a315f7c17
Stop testing for Python 3.4 (deprecated)
also stop python 3.5 on django-master (which django doens't support)
2019-07-12 16:18:20 +02:00
Diederik van der Boor 26fac56e31
Squash Merge PR #379 for Django 2.2 support
Author: Asif Saif Uddin <auvipy@gmail.com>
Author: jeff <jeff@mighty.com>
2019-07-11 21:57:46 +02:00
Charlie Denton 388d0e12c0
Update docs to reflect supported django versions 2018-01-16 10:54:33 +00:00
Diederik van der Boor 1ce58a0b54 Bump to v1.3 - note: support for old Django versions dropped! 2017-08-01 11:07:24 +02:00
Tony Narlock 342780300f Fix sublist output in README 2017-07-12 16:49:30 +03:00
Sobolev Nikita 72cc3d769d Updates README.rst with svg badge 2017-04-07 13:18:14 +03:00
Angel Velasquez 8bd040a15c Add installation instructions on README 2016-09-19 14:52:13 -03:00
Angel Velasquez 0da4c7ad29 Fix link of pypi it was taking data from polymorphic-tree instead polymorphic 2016-09-19 14:50:23 -03:00
Diederik van der Boor 8fb1fa924e README: Add coverage badge 2016-06-17 18:29:03 +02:00
Diederik van der Boor aa0e8a92f1 Removed PyPi download count as per suggestion from maubert on IRC
See https://mail.python.org/pipermail/distutils-sig/2016-May/028967.html
2016-06-17 17:40:22 +02:00
Diederik van der Boor 6cc21bdb0a Add README syntax highlighting 2016-06-17 17:29:15 +02:00
Diederik van der Boor ed6e06aa52 Update README icons for new team repository location!
django-polymorphic is a team now!!
2016-06-17 17:24:34 +02:00
Adam Chainz 9abb56a7a6 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-15 22:40:18 +01:00
Nabil 9e1bb57a4b Updated README.rst
Fixed minor spelling error
2014-09-28 15:10:16 -04:00
Diederik van der Boor 6ea15d87d6 Update Travis image in README 2013-05-20 18:02:54 +02:00
Diederik van der Boor 795441eed3 README typoo 2013-05-20 17:54:20 +02:00
Diederik van der Boor efe54284bc Mention RTD link in documentation too. 2013-05-20 17:53:49 +02:00
Diederik van der Boor e2027c3112 Improve README example 2013-05-20 17:51:53 +02:00
Diederik van der Boor 93a6592649 Mention the word "inherited models" in the docs more often
..to give some SEO juice to the project because developers are looking
for "inherited models" instead of "polymorphism".
2013-05-19 17:19:24 +02:00
Diederik van der Boor c933be9c24 Port documentation to Sphinx, cleanup README 2013-05-19 17:15:41 +02:00
Bert Constantin ca329ff9b4 docs 2010-11-11 17:11:01 +01:00
Bert Constantin 748d10d2d5 docs 2010-11-05 22:24:07 +01:00
Bert Constantin f78b27dc1a updated docs, tests, misc 2010-11-02 12:21:46 +01:00
Bert Constantin b2357592cb make sure 'base_manager is not inherited (but managed by Django instead).
(This seems more correct but it doen't seem to make any difference.)
Also added related test cases.
2010-10-22 13:35:39 +02:00
Bert Constantin b1905026bc Documentation updated.
Test_all_versions script added.
Some minor misc changes.
Added polybench.
2010-10-20 09:31:36 +02:00
Bert Constantin 116e2af08b IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..."
- added python2.4 compatibility. Contributed by Charles Leifer. Thanks!
- general reorganization of the code - there is no single polymorphic.py module anymore,
  so d-p now needs to be installed as a regular Django app
- polymorphic.VERSION/get_version added
- version numbering started: V0.5 beta
2010-02-22 16:16:00 +01:00
Bert Constantin 2795f7acd5 some doc + minor code updates (__repr__ + Show... mixins) 2010-02-18 20:04:38 +01:00
Bert Constantin 2a740e9b10 doc- and minor code updates 2010-02-04 15:13:33 +01:00
Bert Constantin c7ac78e08d Fixed ContentType related field accessor clash (an error emitted by model validation),
by adding related_name to the ContentType ForeignKey. Thanks to  Andrew Ingram.
This happened if a polymorphc model used a ContentType ForeignKey.
Plus minor documentation updates.
2010-01-30 14:15:52 +01:00
Bert Constantin 2055d03688 minor README.rst fix 2010-01-29 13:55:38 +01:00
Bert Constantin 8bdda93e76 Restructured django_polymorphic into a regular add-on application.
This is needed for the management commands, and also seems
to be a generally good idea for future viablity as well.
Also misc documentation updates.
2010-01-29 13:41:19 +01:00
Bert Constantin e51425f5df updated docs 2010-01-28 20:39:07 +01:00
Bert Constantin c2b420aea0 IMPORTANT: DB schema changed: Django's ContentType is now used
instead of app-label and model-name (suggested by Ilya Semenov in issue 3).
This is a cleaner and more efficient solution, and applabel/modelname
are not stored redundantly in additional tables any more (the polymorphic models).
This should be the final DB schema now (sorry for any inconvenience).
Also some minor documentation updates.
2010-01-26 22:31:56 +01:00
Bert Constantin ba9a0b1302 updated docs, and moved them to DOCS.rst and README.rst 2010-01-26 14:28:22 +01:00
Bert Constantin f77ebe8149 Model___field notation now automatically chooses correct application + separated translation into own function 2010-01-23 06:42:01 +01:00
Bert Constantin acb7452c46 minor doc fixes 2010-01-16 00:32:36 +01:00
Bert Constantin 576a16f2ab initial commit 2010-01-15 21:13:36 +01:00