Django commits

RevisionAuthorDateDescription
8968(diff)mboersma05 Sep 2008 10:43:16

Corrected my email address in AUTHORS.

8967(diff)lukeplant05 Sep 2008 10:07:17

Fixed typo in my name

8966(diff)adrian04 Sep 2008 20:48:34

Made a bunch of edits and typo corrections to 1.0-porting-guide.txt

8965(diff)mboersma04 Sep 2008 12:41:59

Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Python 2.3 and 2.4 as well.

8964(diff)ubernostrum04 Sep 2008 05:50:45

Correct bad target in middleware documentation

8963(diff)ubernostrum04 Sep 2008 03:29:27

Fixed #8867: Corrected a couple typos in the signals documentation

8962(diff)ubernostrum04 Sep 2008 01:26:09

Now that the 1.0 release is finalized, we can fill in the revision number for it.

8960(diff)ubernostrum03 Sep 2008 19:38:45

Bump version number for Django 1.0 release

8959(diff)jacob03 Sep 2008 19:10:07

Added the last notes about 1.0, including the inevitable (short!) list of known issues.

8958(diff)mtredinnick03 Sep 2008 18:46:39

Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.

8957(diff)mtredinnick03 Sep 2008 18:45:33

Fixed #8841 -- Fixed a case of ForeignKeys to models constructed with
inheritance.

This patch is uglier than it needs to be (see comment in patch) to ensure no
accidental bug is introduced just before 1.0. We'll clean it up later.

8956(diff)mtredinnick03 Sep 2008 18:22:37

Fixed #8856 -- Updated Latvian translation from Edgars Jēkabsons.

8955(diff)jacob03 Sep 2008 17:47:57

Added a note about queryset.query being opaque.