Timeline
Apr 28, 2010:
- 10:17 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by
- @jbronn: What's the status on this ticket? Is there a reason you …
- 9:26 PM L10nFormatsStatus1.2 created by
- Created page, needs more work
- 9:07 PM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) updated by
-
Owner, Status changed
- 8:40 PM Changeset [0db68c81]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #13047 and #12980 -- Fixed es_AR message format specifiers: * …
- 8:22 PM Ticket #13441 (Database layer (models, ORM) - maximum name length not specified for PostgreSQL) closed by
- fixed: (In [13044]) Fixed #13441 -- Enforced a maximum identifier length of …
- 8:22 PM Changeset [60df7421]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13441 -- Enforced a maximum identifier length of 63 for …
- 8:17 PM Ticket #13441 (Database layer (models, ORM) - maximum name length not specified for PostgreSQL) updated by
-
Milestone, Triage Stage changed
Given the changes in r13040 for #12977, this should also be bumped to 1.2. - 8:13 PM Ticket #13439 (Testing framework - repeated "No fixtures found." on manage.py test) closed by
- worksforme: I haven't ever seen this. You'll need to provide a test case to …
- 8:12 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) updated by
-
Component, Triage Stage changed
- 7:52 PM Ticket #12634 (Database layer (models, ORM) - sql compiler execute: fetchone empty result with ordering_aliases fail.) updated by
- I created a ticket in django-pyodbc's ticketing system for this: …
- 5:29 PM Ticket #5298 (Contrib apps - The extra_context keyword argument should be available in the auth app ...) updated by
- Replying to efloehr: Patch current as of [13042].
- 5:27 PM Ticket #5298 (Contrib apps - The extra_context keyword argument should be available in the auth app ...) updated by
-
Version changed
This patch no longer works with trunk, due to changes in auth. I've … - 4:40 PM Ticket #13429 (GIS - GeoDjango tutorial model should be WorldBorder(singular) instead of ...) updated by
-
Owner, Component changed
- 4:38 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) updated by
-
Keywords, Owner, Status, Summary changed
Replying to tubaman: > Can we link from the … - 3:51 PM Ticket #13439 (Testing framework - repeated "No fixtures found." on manage.py test) updated by
- I've had no luck duplicating this so far... I've tried having no …
- 3:46 PM Ticket #13441 (Database layer (models, ORM) - maximum name length not specified for PostgreSQL) updated by
- I have run the unit tests with the postgresql_psycopg2 on revision …
- 3:42 PM Ticket #13441 (Database layer (models, ORM) - maximum name length not specified for PostgreSQL) created by
- Neither the postgresql nor postgresql_psycopg2 database backends …
- 3:11 PM Ticket #5793 (Database layer (models, ORM) - Allow custom attributes in Meta classes) updated by
- Inspired by the django-easytree code, I've created …
- 3:00 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) reopened by
- Can we link from the …
- 2:45 PM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) updated by
- @aom, the best thing here would be if you could package up a small …
- 1:19 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) closed by
- invalid: Replying to Alex: > I'm pretty sure that's because MySQL …
- 1:03 PM Ticket #13440 (Documentation - in discussion of ForeignKey(), mention the reverse relationship that ...) closed by
- duplicate: sorry, duplicate of #11864
- 12:59 PM Ticket #13440 (Documentation - in discussion of ForeignKey(), mention the reverse relationship that ...) created by
- On this page: …
- 12:49 PM Ticket #13158 (Documentation - Documentation still says to use ForeignKey with unique=True to add a ...) updated by
-
Triage Stage changed
The disadvantage of this approach is that you only have one profile … - 12:37 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by
- pwd with the backticks should be interpreted by the command line and …
- 12:33 PM Ticket #13329 (Documentation - Error in documentation) updated by
-
Triage Stage changed
- 12:31 PM Ticket #13405 (Documentation - Document that cmemcached has been deprecated) updated by
-
Triage Stage changed
Looks good. - 12:27 PM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) updated by
- Also, what is the type of the database column: NVARCHAR2 or VARCHAR2? …
- 12:15 PM Changeset [6f4563ac]stable/1.1.x by
- [1.1.X] Fixed a bug preventing cursor variables from being passed as …
- 12:08 PM Changeset [6a1cf93]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed a bug preventing cursor variables from being passed as bind …
- 12:02 PM Ticket #13439 (Testing framework - repeated "No fixtures found." on manage.py test) created by
-
We're using Django's
TestCase
class when we runmanage.py test
… - 12:00 PM Ticket #13438 (Database layer (models, ORM) - bug with isnull ForeignKey queries?) closed by
- duplicate: Dupe of #10790.
- 11:56 AM Ticket #13438 (Database layer (models, ORM) - bug with isnull ForeignKey queries?) created by
- I'm not sure if this really is a bug. I have these models: […] …
- 11:41 AM Ticket #8975 (Documentation - related order functions are not documented) updated by
-
Milestone changed
Adding to milestone for consideration. - 11:32 AM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) updated by
-
Milestone changed
- 11:32 AM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) updated by
-
Has patch, Status, Owner changed
Patch attached. A few notes: * I've cleaned up some text & comment … - 11:08 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
-
Cc changed
- 10:47 AM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) updated by
- This ticket has been closed because the critical bug (getting the date …
- 10:46 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- Related issue: #13437, which also requires a reimplementation of …
- 10:45 AM Ticket #13437 (Forms - SelectDateField doesn't retain partially posted values when USE_L10N=True) updated by
-
Triage Stage changed
Related issue: #13339, which also requires a reimplementation of … - 10:45 AM Ticket #13437 (Forms - SelectDateField doesn't retain partially posted values when USE_L10N=True) created by
- If you have localization enabled, and you have a SelectDateField …
- 10:39 AM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) closed by
- fixed: (In [13041]) Fixed #12986 -- Ensured that SelectDateField repopulates …
- 10:39 AM Changeset [5926a26e]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12986 -- Ensured that SelectDateField repopulates correctly …
- 10:28 AM Ticket #13098 (Translations - Updated Norwegian translation for 1.2) updated by
- Please update the patch since a few strings have been added to trunk.
- 10:06 AM DjangoPoweredSites edited by
- Removed a spam link (diff)
- 9:34 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) updated by
- What version of oracle ar eyou using?
- 9:26 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) updated by
-
Description changed
Fixed formatting. Please use WikiFormatting and Preview before hitting … - 9:23 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) updated by
-
Version changed
initial post stole my formatting … - 8:49 AM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by
- Thats what I get for testing with beta1 and not upgrading to trunk …
- 8:47 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) created by
- […] changing django/db/backends/oracle/base.py […] appears to …
- 7:50 AM Ticket #1820 (Database layer (models, ORM) - Autogenerated ManyToMany fields can generate too long identifiers for ...) updated by
-
Description changed
(reformatted description) - 7:48 AM Ticket #11658 (Database layer (models, ORM) - mysql backend doesn't define a max_name_length()) closed by
- fixed: Fixed in #13040.
- 7:22 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) updated by
- I know what tableless layout is. What I don't know is how you're …
- 7:13 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) updated by
- Sorry if my terms are unclear. Tableless setup means that it's not …
- 7:13 AM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by
- You may want to update to trunk. The …
- 7:12 AM Ticket #13435 (Translations - Bosnian (bs) translation) updated by
-
Triage Stage changed
- 7:12 AM Ticket #13435 (Translations - Bosnian (bs) translation) updated by
-
Milestone changed
- 7:09 AM Ticket #13435 (Translations - Bosnian (bs) translation) created by
- Providing .po, .patch, for the Bosnian translation (bs)
- 7:08 AM Ticket #12977 (Database layer (models, ORM) - Index length errors running tests on MySQL) closed by
- fixed: (In [13040]) Fixed #12977 -- Ensure that indexes don't exceed …
- 7:08 AM Changeset [9d8492c]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12977 -- Ensure that indexes don't exceed character limits on …
- 7:07 AM Localization edited by
- Added Bosnian translator (diff)
- 7:05 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) closed by
- invalid: Ok -seriously, I have absolutely no idea what you're talking about. …
- 7:04 AM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by
- I am fairly sure it is because the update_contenttypes method sets …
- 6:47 AM Ticket #12977 (Database layer (models, ORM) - Index length errors running tests on MySQL) updated by
-
Milestone changed
#13434 was a duplicate, contains a patch. That ticket points out that … - 6:42 AM Ticket #13434 (Database layer (models, ORM) - MySQL Index creation with long name fails) closed by
- duplicate: Duplicate of #12977.
- 6:37 AM Ticket #11068 (Internationalization - Wrong language code for Norwegian (Bokmål)) updated by
-
Milestone changed
If the language code has changed, we should update our code. After … - 6:30 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
-
Milestone changed
Moving off the 1.2 milestone; a fix to allow %B/%b (as well as %a/%A … - 6:27 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- (In [13039]) Refs #13339 -- Disable %b/%B-based locale datetime input …
- 6:27 AM Changeset [4e0aa65d]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #13339 -- Disable %b/%B-based locale datetime input formats, and …
- 6:06 AM Ticket #13434 (Database layer (models, ORM) - MySQL Index creation with long name fails) created by
- With the introduction of the through model for ManyToManyFields in …
- 5:37 AM Ticket #2350 (Database layer (models, ORM) - ManyToManyField and db_index) updated by
- As of [11710] ManyToManyFields use a generated through model which by …
- 5:28 AM Changeset [cae4401]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Polish translation updated git-svn-id: …
- 3:47 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) reopened by
- Sorry, I should've mentioned that my Django Admin is working on …
- 1:43 AM DevelopersForHire edited by
- (diff)
- 1:05 AM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) updated by
- Looking at the Django email backend code, they all seem to call …
- 12:49 AM DjangoPoweredSites edited by
- edited grammar (diff)
- 12:05 AM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) updated by
-
Triage Stage changed
It's not pretty, but I really don't see much of an alternative, …
Apr 27, 2010:
- 11:27 PM Ticket #13432 (Database layer (models, ORM) - OneToOneField between two databases fails) closed by
- fixed: (In [13037]) Fixed #13432 -- Corrected the logic for router use on …
- 11:20 PM Changeset [848fbdc3]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13432 -- Corrected the logic for router use on OneToOne fields; …
- 11:18 PM Ticket #13432 (Database layer (models, ORM) - OneToOneField between two databases fails) updated by
-
Triage Stage changed
This is a case of being technically correct, for the wrong reason. … - 10:02 PM Ticket #13431 (Forms - small unicode literal fix) closed by
- fixed: (In [13036]) Fixed #13431 -- Corrected a unicode literal in select …
- 10:02 PM Changeset [2ebf7fb2]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks …
- 9:58 PM Ticket #13429 (GIS - GeoDjango tutorial model should be WorldBorder(singular) instead of ...) updated by
-
Triage Stage changed
- 9:57 PM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) closed by
- wontfix: […] prints […] I originally thought there might have been …
- 9:36 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by
-
Patch needs improvement, Milestone changed
The patch doesn't fix the error at all; it hides it. It means that you … - 8:29 PM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) updated by
-
Triage Stage, Milestone changed
We're in a feature freeze, so the 1.2 milestone is reserved for … - 8:03 PM Ticket #13433 (Core (Mail) - EmailMessage mangles body text) created by
- This is a fun one. If I do the following code in Django: […] The …
- 7:37 PM DevelopersForHire edited by
- (diff)
- 4:45 PM DjangoFriendlyWebHosts edited by
- (diff)
- 4:44 PM DjangoFriendlyWebHosts edited by
- added slicehost to 2010 list (diff)
- 3:36 PM Ticket #13432 (Database layer (models, ORM) - OneToOneField between two databases fails) created by
- When model A is in the default database and model B is in another …
- 3:33 PM Ticket #13314 (Forms - "FileField" validation does not account for "upload_to" when counting ...) updated by
-
Summary changed
- 3:25 PM Ticket #13431 (Forms - small unicode literal fix) created by
- This patches causes django/forms/widgets.py to use unicode literals in …
- 3:16 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) updated by
- I'm pretty sure that's because MySQL only does bounding box queries …
- 3:04 PM DjangoFriendlyWebHosts edited by
- (diff)
- 3:03 PM DjangoFriendlyWebHosts edited by
- (diff)
- 2:34 PM Ticket #13430 (Documentation - Clarify limitations of MySQL in GeoDjango docs) created by
- Following the GeoDjango tutorial, I get different results querying …
- 1:29 PM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
-
Cc changed
- 1:09 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by
-
Cc, Has patch, Milestone changed
This bug affects any multi-db config that has … - 11:44 AM Ticket #13429 (GIS - GeoDjango tutorial model should be WorldBorder(singular) instead of ...) created by
- Django automatically makes the model name plural when necessary so in …
- 10:23 AM Ticket #13428 (Documentation - Multi-db router documentation example doesn't work as written.) updated by
-
Triage Stage changed
- 10:17 AM Ticket #13428 (Documentation - Multi-db router documentation example doesn't work as written.) created by
-
The
MasterSlaveRouter.allow_relation
example method documented in … - 10:11 AM Changeset [b647e22b]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed an import that is no longer needed after r13033. git-svn-id: …
- 10:05 AM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) closed by
- fixed: (In [13034]) Fixed #12749 -- Corrected a problem with validation of …
- 10:05 AM Changeset [dd07c235]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12749 -- Corrected a problem with validation of inline primary …
- 10:04 AM Changeset [b031fa2]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Reverted r13021 -- Trunk no longer supports Python 2.3, so the special …
- 10:01 AM Changeset [5f1ecdc]stable/1.1.x by
- Python 2.3 compatibility: Fixed a test to only run under 2.4+, since …
- 9:43 AM Ticket #13427 (Database layer (models, ORM) - verbose_name and verbose_name_plural is untranslated on autogenerated ...) updated by
-
Triage Stage changed
- 9:42 AM Ticket #13427 (Database layer (models, ORM) - verbose_name and verbose_name_plural is untranslated on autogenerated ...) updated by
- (In [13031]) Refs #13427 -- Removed translation from verbose_name and …
- 9:42 AM Changeset [dccc5ac]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #13427 -- Removed translation from verbose_name and …
- 9:41 AM Ticket #13427 (Database layer (models, ORM) - verbose_name and verbose_name_plural is untranslated on autogenerated ...) created by
- When Django adds an autogenerated m2m model, it uses the literal …
- 9:28 AM Ticket #8317 (Core (Management commands) - inspectdb does not set primary_key=True or unique=True on foreign keys) updated by
- I got the same error last week with Django 1.1.1 and I end up with the …
- 9:00 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) updated by
- .. and Firebug ignores such newlines anyway. I noticed it when I …
- 8:49 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) updated by
- So? Whitespace beyond single spaces has no significance in HTML.
- 8:40 AM Changeset [33f097e]stable/1.1.x by
- Python 2.3 compatibility: replaced rsplit with something that works on …
- 8:29 AM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
-
Cc changed
- 8:28 AM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
- Sounds good to me, trentm.
- 8:03 AM Ticket #13426 (Forms - Multiple choice SELECT-element prints newline for each OPTION.) created by
- Found this from Django Admin. Each OPTION in multiple choice …
- 7:35 AM Ticket #13407 (contrib.admin - admin "add another" inline JS fails for M2M inlines) closed by
- fixed: (In [13029]) Fixed #13407 -- Corrected verbose names for autogenerated …
- 7:35 AM Changeset [2f9eef12]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13407 -- Corrected verbose names for autogenerated m2m models, …
- 6:51 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) closed by
- fixed: (In [13028]) Fixed #12286 -- Corrected order of table creation in …
- 6:51 AM Changeset [ffe79b09]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12286 -- Corrected order of table creation in syncdb so that it …
- 5:52 AM Ticket #13425 (Uncategorized - django installation) closed by
- worksforme: If you need help installing Django, please send a message to the …
- 4:56 AM Ticket #13413 (Template system - blocks ignore if condition) updated by
- Now you're just making stuff up: […]
- 4:29 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- Replying to russellm: > However, looking at syncdb, it …
- 3:36 AM Ticket #13425 (Uncategorized - django installation) updated by
- 3:35 AM Ticket #13425 (Uncategorized - django installation) created by
- Hi I am getting an error when i run the command from dos prompt …
- 1:02 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- [12590] Is the last revision where I can reproduce the problem. Seems …
Apr 26, 2010:
- 10:23 PM Ticket #13341 (Documentation - RegexValidator documentation minor problems) updated by
-
Milestone changed
Oops, marked wrong milestone initially. This really shouldn't hang around. - 8:22 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) closed by
- invalid: This is already possible using pkin: […]
- 8:13 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) closed by
- invalid: This option already exists: set max_num=0 on your ModelAdmin.
- 8:04 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) updated by
-
Triage Stage changed
- 8:04 PM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) updated by
-
Triage Stage, Milestone changed
- 7:55 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) created by
- There should either be a meta setting in admin.py or logic to turn off …
- 6:09 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) updated by
- {{{ data = models.ManyToManyField('self', through='DataPerms', …
- 6:05 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) created by
- Using this models […] One should be allowed to view all data a …
- 5:47 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) closed by
- invalid: This is expected behavior, not a bug. See the relevant documentation: …
- 4:35 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) created by
- When i try to create a double recursive model like: […] i get …
- 4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to rfugger: > How hard would it be to check that …
- 3:56 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ …
- 2:18 PM SummerOfCode2010 edited by
- (diff)
- 10:47 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to carljm: > Making the change you propose …
- 10:26 AM DevelopersForHire edited by
- (diff)
- 9:56 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- I can no longer reproduce the problem on trunk revision [13027]. (NB: …
- 8:59 AM Ticket #13365 (Translations - Updated French translation) closed by
- fixed: Fixed in r13026.
- 8:57 AM Ticket #13419 (Translations - Danish translation update) closed by
- fixed: (In [13027]) Fixed #13419 - Updated Danish translation. Thanks, Finn …
- 8:57 AM Changeset [215269b8]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13419 - Updated Danish translation. Thanks, Finn Gruwier …
- 8:57 AM Changeset [1c937f7]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13365 - Updated French translation. Thanks, Stéphane Raimbault. …
- 8:57 AM Ticket #13208 (Translations - little consistency fix for german translation) closed by
- fixed: (In [13025]) Updated German translation. Also fixed #13208.
- 8:57 AM Changeset [35add3b]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Updated German translation. Also fixed #13208. git-svn-id: …
- 8:48 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to rfugger: > I still think my patch would make …
- 7:35 AM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) created by
- In …
- 6:48 AM Ticket #1105 (Template system - [patch] simple_tag decorator enhancement) updated by
- Considering my last attempt to add a bit of more usability to Django …
- 6:46 AM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by
-
Cc changed
- 4:09 AM Ticket #11700 (contrib.admin - actions and list_editables in popups problematic) updated by
- A tip for those who need to hide actions in popups: […]
- 3:33 AM Ticket #10706 (Core (Management commands) - Incorrect error from manage.py sql when app fails to load) updated by
- I ran across this unhelpful error message as well. At the very least …
- 12:56 AM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by
- I can confirm that floledermann's patch works on django trunk rev …
Apr 25, 2010:
- 7:44 PM Ticket #13419 (Translations - Danish translation update) updated by
-
Triage Stage changed
- 6:56 PM XML-RPC edited by
- (diff)
- 4:40 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Ah, I can pass force_update=True and catch DatabaseError when I save …
- 4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- I agree that your third option, let the post_delete handler check to …
- 1:49 PM Ticket #13419 (Translations - Danish translation update) created by
- Attached you'll find a patch with the latest translation updates for 1.2.
- 11:54 AM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
-
Patch needs improvement changed
@jkocherhans - I'm not completely certain ForeignKey.validate() is at … - 8:48 AM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) updated by
- If you want to use localized format with date filter, just put in you …
- 8:40 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by
-
Has patch, Milestone changed
I agree with Jacob; this isn't a forms issue, it's an admin validation … - 8:23 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
- (In [13024]) [1.1.X] Fixed #13404 -- Reworked module_has_submodule() …
- 8:23 AM Changeset [a43464d]stable/1.1.x by
- [1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to …
- 8:18 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) closed by
- fixed: (In [13023]) Fixed #13404 -- Reworked module_has_submodule() to allow …
- 8:18 AM Changeset [9872bad]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13404 -- Reworked module_has_submodule() to allow it to work …
- 7:57 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) closed by
- wontfix: You may be observing this with generic relations in your specific …
- 7:42 AM Ticket #13417 (Documentation - djangojs domain is used by default) updated by
-
Triage Stage changed
- 7:41 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) updated by
-
Triage Stage, Milestone changed
- 7:40 AM Ticket #13414 (Documentation - QuerySet API ref wrong sql equivalent in __year lookup example) updated by
-
Triage Stage changed
- 7:22 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) created by
- As discussed {1} I propose following changes to natural keys …
- 7:04 AM Emacs edited by
- (diff)
- 4:39 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
-
Attached a better patch, this time using full paths.
.patch
is the … - 4:27 AM Ticket #13417 (Documentation - djangojs domain is used by default) created by
- The documentation doesn't say djangojs is used by default in the …
Note:
See TracTimeline
for information about the timeline view.