@@ -225,6 +225,17 @@ <h1><em>django_polymorphic</em></h1>
225225</ div > 
226226< div  class ="section " id ="changelog "> 
227227< h1 > Changelog</ h1 > 
228+ < div  class ="section " id ="v1-0-release-candidate-1 "> 
229+ < h2 > 2011-01-24 V1.0 Release Candidate 1</ h2 > 
230+ < div  class ="section " id ="bugfixes "> 
231+ < h3 > Bugfixes</ h3 > 
232+ < ul  class ="simple "> 
233+ < li > Fixed GitHub issue 15 (query result incomplete with inheritance).
234+ Thanks to John Debs for reporting and the test case.</ li > 
235+ </ ul > 
236+ </ div > 
237+ </ div > 
238+ < hr  class ="docutils " /> 
228239< div  class ="section " id ="v1-0-beta-2 "> 
229240< h2 > 2010-11-11 V1.0 Beta 2</ h2 > 
230241< div  class ="section " id ="this-is-a-v1-0-testing-release "> 
@@ -283,7 +294,7 @@ <h3>New Features and API changes in Beta 2 since Beta 1</h3>
283294</ li > 
284295</ ul > 
285296</ div > 
286- < div  class ="section " id ="bugfixes "> 
297+ < div  class ="section " id ="id1 "> 
287298< h3 > Bugfixes</ h3 > 
288299< ul  class ="simple "> 
289300< li > Custom fields could cause problems when used as the primary key.
@@ -349,7 +360,7 @@ <h3>New Features</h3>
349360</ li > 
350361</ ul > 
351362</ div > 
352- < div  class ="section " id ="id1 "> 
363+ < div  class ="section " id ="id2 "> 
353364< h3 > Bugfixes</ h3 > 
354365< ul  class ="simple "> 
355366< li > Removed requirement for primary key to be an IntegerField.
@@ -387,7 +398,7 @@ <h3>API Changes</h3>
387398</ div > 
388399</ div > 
389400< hr  class ="docutils " /> 
390- < div  class ="section " id ="id2 "> 
401+ < div  class ="section " id ="id3 "> 
391402< h2 > 2010-2-22</ h2 > 
392403< p > IMPORTANT: API Changed (import path changed), and Installation Note</ p > 
393404< p > The django_polymorphic source code has been restructured
@@ -411,11 +422,11 @@ <h2>2010-2-22</h2>
411422< ul  class ="simple "> 
412423< li > minor API addition: 'from polymorphic import VERSION, get_version'</ li > 
413424</ ul > 
414- < div  class ="section " id ="id3 "> 
425+ < div  class ="section " id ="id4 "> 
415426< h3 > New Features</ h3 > 
416427< p > Python 2.4 compatibility, contributed by Charles Leifer. Thanks!</ p > 
417428</ div > 
418- < div  class ="section " id ="id4 "> 
429+ < div  class ="section " id ="id5 "> 
419430< h3 > Bugfixes</ h3 > 
420431< p > Fix: The exception "...has no attribute 'sub_and_superclass_dict'"
421432could be raised. (This occurred if a subclass defined __init__
@@ -429,7 +440,7 @@ <h3>Bugfixes</h3>
429440</ div > 
430441</ div > 
431442< hr  class ="docutils " /> 
432- < div  class ="section " id ="id5 "> 
443+ < div  class ="section " id ="id6 "> 
433444< h2 > 2010-2-4</ h2 > 
434445< div  class ="section " id ="new-features-and-documentation "> 
435446< h3 > New features (and documentation)</ h3 > 
@@ -442,7 +453,7 @@ <h3>New features (and documentation)</h3>
442453< p > More about these additions in the docs:
443454< a  class ="reference external " href ="http://bserve.webhop.org/wiki/django_polymorphic/doc "> http://bserve.webhop.org/wiki/django_polymorphic/doc</ a > </ p > 
444455</ div > 
445- < div  class ="section " id ="id6 "> 
456+ < div  class ="section " id ="id7 "> 
446457< h3 > Bugfixes</ h3 > 
447458< ul  class ="simple "> 
448459< li > fix remaining potential accessor name clashes (but this only works
@@ -467,15 +478,15 @@ <h3>"Restrictions & Caveats" updated</h3>
467478</ div > 
468479</ div > 
469480< hr  class ="docutils " /> 
470- < div  class ="section " id ="id7 "> 
481+ < div  class ="section " id ="id8 "> 
471482< h2 > 2010-1-30</ h2 > 
472483< p > Fixed ContentType related field accessor clash (an error emitted
473484by model validation) by adding related_name to the ContentType
474485ForeignKey. This happened if your polymorphc model used a ContentType
475486ForeignKey. Thanks to Andrew Ingram.</ p > 
476487</ div > 
477488< hr  class ="docutils " /> 
478- < div  class ="section " id ="id8 "> 
489+ < div  class ="section " id ="id9 "> 
479490< h2 > 2010-1-29</ h2 > 
480491< p > Restructured django_polymorphic into a regular Django add-on
481492application. This is needed for the management commands, and
@@ -486,7 +497,7 @@ <h2>2010-1-29</h2>
486497("installation/testing") for more info.</ p > 
487498</ div > 
488499< hr  class ="docutils " /> 
489- < div  class ="section " id ="id9 "> 
500+ < div  class ="section " id ="id10 "> 
490501< h2 > 2010-1-28</ h2 > 
491502< p > Added the polymorphic_dumpdata management command (github issue 4),
492503for creating fixtures, this should be used instead of
@@ -497,7 +508,7 @@ <h2>2010-1-28</h2>
497508ContentType).</ p > 
498509</ div > 
499510< hr  class ="docutils " /> 
500- < div  class ="section " id ="id10 "> 
511+ < div  class ="section " id ="id11 "> 
501512< h2 > 2010-1-26</ h2 > 
502513< p > IMPORTANT - database schema change (more info in change log).
503514I hope I got this change in early enough before anyone started
0 commit comments