| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 8968(diff) | mboersma | 05 Sep 2008 10:43:16 | Corrected my email address in AUTHORS. |
| 8967(diff) | lukeplant | 05 Sep 2008 10:07:17 | Fixed typo in my name |
| 8966(diff) | adrian | 04 Sep 2008 20:48:34 | Made a bunch of edits and typo corrections to 1.0-porting-guide.txt |
| 8965(diff) | mboersma | 04 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) | ubernostrum | 04 Sep 2008 05:50:45 | Correct bad target in middleware documentation |
| 8963(diff) | ubernostrum | 04 Sep 2008 03:29:27 | Fixed #8867: Corrected a couple typos in the signals documentation |
| 8962(diff) | ubernostrum | 04 Sep 2008 01:26:09 | Now that the 1.0 release is finalized, we can fill in the revision number for it. |
| 8960(diff) | ubernostrum | 03 Sep 2008 19:38:45 | Bump version number for Django 1.0 release |
| 8959(diff) | jacob | 03 Sep 2008 19:10:07 | Added the last notes about 1.0, including the inevitable (short!) list of known issues. |
| 8958(diff) | mtredinnick | 03 Sep 2008 18:46:39 | Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855. |
| 8957(diff) | mtredinnick | 03 Sep 2008 18:45:33 | Fixed #8841 -- Fixed a case of ForeignKeys to models constructed with
This patch is uglier than it needs to be (see comment in patch) to ensure no
|
| 8956(diff) | mtredinnick | 03 Sep 2008 18:22:37 | Fixed #8856 -- Updated Latvian translation from Edgars Jēkabsons. |
| 8955(diff) | jacob | 03 Sep 2008 17:47:57 | Added a note about queryset.query being opaque. |