david / semanticdjango (http://semanticdjango.org/)

fork of django-trunk

The right time for a semantic contrib, that's my pony.

Clone this repository (size: 23.1 MB): HTTPS / SSH
$ hg clone http://code.welldev.org/semanticdjango

Shortlog (showing r6493:2de1e1410a14 (tip) → r6469:e2cebf3a4224)

Age Author Message A M D «
20 months david david Automated merge
20 months russellm Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY… 2
20 months russellm Fixed #10110 -- Added FAQ on how and when to poke the core developers about… 1
20 months russellm Fixed #10113 -- Ensured that joined fields mentioned in order_by() are included… 2
20 months russellm Fixed #10052 -- Added import line for other aggregates used in examples. Thanks… 1
20 months russellm Fixed #10089 -- Corrected handling of aggregates when the query set contains no… 5
20 months russellm Fixed #10100 -- Corrected handling of the negation required exclude() clauses… 2
20 months kmtracey kmtracey Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and patc… 1
20 months russellm Fixed #10064 -- Corrected handling of aggregate queries that also use… 2
20 months ikelly Fixed #9275: Extended the Oracle date format to allow DATE columns to be used… 1
20 months kmtracey kmtracey Fixed #10069 -- Fixed the model form unique validation code to not proceed with… 2
20 months mtredinnick Fixed #9789 -- Handle jython's compiled settings filename correctly. 2
20 months kmtracey kmtracey Corrected code in serializers_regress testcase so that, in the case where an… 1
20 months kmtracey kmtracey Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with… 1
20 months kmtracey kmtracey Added code to make TestSuites iterable when running on Python 2.3. (r9756… 1
20 months mboersma Fixed #5543: callproc() and friends now work with Oracle and our… 1 1
20 months jacob jacob Fixed #10044: You can now assign directly to file fields (`instance.filefield =… 3
20 months jacob jacob Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin. 1
20 months mboersma Changed "date" column to "start_date"--Oracle won't name columns with reserved… 2
20 months jbronn jbronn Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfield`… 1
20 months ikelly Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow. 1
20 months jacob jacob Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: 4 4
20 months mtredinnick Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters. 3
20 months mtredinnick Fixed #10014 -- Don't crash when using debug template tag inside a block node… 1
20 months kmtracey kmtracey Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the… 11