| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 9709 | ikelly | 06 Jan 2009 13:22:07 | Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. |
| 9708 | mtredinnick | 06 Jan 2009 00:27:39 | Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". |
| 9707 | mtredinnick | 06 Jan 2009 00:13:02 | Upgraded included simplejson to 2.0.7. Also changed importing logic to prefer a system-installed version of
Fixed #9266. |
| 9705 | mtredinnick | 05 Jan 2009 22:34:47 | Documented that case-insensitive matching is not supported for non-ASCII
|
| 9703 | mtredinnick | 05 Jan 2009 20:56:13 | Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
Columns are NULL by default, so we only need to use "NOT NULL" when we want
|
| 9702 | jbronn | 05 Jan 2009 17:16:12 | Updated `GeoWhere` to be compatible with changes in r9700. |
| 9701 | mtredinnick | 05 Jan 2009 06:47:48 | Nested query support. This extends previous functionality that allowed passing Query objects as the
|
| 9700 | mtredinnick | 05 Jan 2009 06:47:14 | Reconciling where- and having-clause behaviour. Extricated the code that works directly with SQL columns (standard
This patch, en passant, removes the existing "having" test, since the
|
| 9698 | russellm | 03 Jan 2009 00:04:12 | Added a link to RKM's blog in the committers file. |
| 9696 | russellm | 02 Jan 2009 23:52:07 | Modified the entry for David Larlet in the AUTHORS file to be consistent with the entry already present in the 1.0.X branch. |
| 9695 | russellm | 02 Jan 2009 23:43:58 | Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typing of deserialized data before saving. Underlying problem is analogous to #8298, fixed in [8515]. Thanks to David Larlet for the report and fix. |
| 9693 | jbronn | 02 Jan 2009 20:37:51 | Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses as returned by some platforms (including OpenBSD 4.4 and Fedora 8). |
| 9690 | lukeplant | 26 Dec 2008 19:01:11 | Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve changes in base_site.html The current admin templates do not need this. However, a common way to customize admin
|