Timeline
May 27, 2010:
- 10:04 PM Sprint201006LA created by
- Created Page
- 8:31 PM Ticket #13644 (contrib.admin - "Add another" link doesn't appear in Inlines with many-to-many) updated by
-
Component changed
This sounds like #13407, which is fixed. Are you definitely on a … - 8:14 PM Ticket #12735 (Core (Management commands) - django shell is broken with IPython 0.11.x (bzr.r1219)) updated by
- Replying to ramiro: > ... against the now stable 0.11 …
- 7:10 PM Ticket #13646 (Database layer (models, ORM) - Wrong RE in comma_separated_int_list_re) created by
- The actual RE validator in comma_separated_int_list_re for …
- 6:17 PM Ticket #13645 (contrib.localflavor - The “local flavor” add-ons for Turkey) created by
- i wanna add Turkish local flavor but i don't know where to start.
- 5:41 PM Ticket #13644 (contrib.admin - "Add another" link doesn't appear in Inlines with many-to-many) updated by
- What if I want to try to fix this?
- 5:39 PM Ticket #13644 (contrib.admin - "Add another" link doesn't appear in Inlines with many-to-many) created by
- I have created a model Offer with one-to-many Option fields (ie. …
- 5:26 PM Ticket #13641 (Documentation - The location of the get_connection() function does not correspond with ...) updated by
- Yes, I was looking at the Django 1.2 documentation and therefore I …
- 4:50 PM Ticket #13643 (contrib.admin - Admin changelist page very slow with postgresql and a huge table) created by
- Postgresql count(*) is a slooow operation because it forces a full …
- 4:26 PM Ticket #13533 (Database layer (models, ORM) - queries test fails under MySQL InnoDB) updated by
-
Cc changed
- 4:01 PM Ticket #4982 (Internationalization - {% blocktrans %} does not escape % in text) reopened by
- On Django 1.2.1: When using single % inside blocktrans, …
- 3:25 PM Ticket #13641 (Documentation - The location of the get_connection() function does not correspond with ...) closed by
- invalid: Fixed formatting; please use preview. You seem to be looking at the …
- 2:31 PM Ticket #13642 (Internationalization - Request of translating model fileds functionality) created by
- It would be good to have the option to specify fields of the models …
- 2:19 PM Ticket #13641 (Documentation - The location of the get_connection() function does not correspond with ...) created by
- If we try to import the get_connection() function from …
- 1:51 PM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by
- I'm also getting this message upon exit. I'm running Django on an OS …
- 1:15 PM Ticket #13640 (Database layer (models, ORM) - add_filter in django/db/models/ sql/query.py causes exception when ...) updated by
-
Description changed
Updated the syntax. - 1:00 PM Ticket #13640 (Database layer (models, ORM) - add_filter in django/db/models/ sql/query.py causes exception when ...) updated by
- Ups I forgot to do some formatting of the text, sorry for that :/
- 12:57 PM Ticket #13640 (Database layer (models, ORM) - add_filter in django/db/models/ sql/query.py causes exception when ...) created by
- I was migrating some django project recently from django 1.0.4 to 1.2. …
- 12:42 PM Ticket #56 (Database layer (models, ORM) - Primary key columns should be UNSIGNED) updated by
-
Keywords changed
- 11:45 AM Ticket #13639 (Forms - Date Time format) created by
- The change for formats.get_format looks much better than ever, but the …
- 11:29 AM DjangoBranches edited by
- Changed bitbucket mirror url to the currently recommended one. (diff)
- 11:23 AM Ticket #6460 (Internationalization - New feature : Multilingual Content) updated by
-
Cc changed
- 11:22 AM Ticket #13627 (Documentation - contributing.txt should mention how to reset your password) updated by
-
Triage Stage changed
- 11:15 AM Ticket #6460 (Internationalization - New feature : Multilingual Content) updated by
- Overview of current implementations and alternatives documented in …
- 11:15 AM ModelInterNationalization edited by
- minor change (diff)
- 11:11 AM Ticket #56 (Database layer (models, ORM) - Primary key columns should be UNSIGNED) updated by
-
Cc, Has patch, Version, Milestone changed
- 11:10 AM Ticket #13533 (Database layer (models, ORM) - queries test fails under MySQL InnoDB) updated by
-
Keywords changed
As of r13252? As far as I can see, this was introduced in r12970. … - 11:08 AM Ticket #7735 (django-admin.py runserver - IPv6 support for runserver) updated by
- Replying to erikr: > Is jbalonso still tracking this …
- 11:07 AM ModelInterNationalization created by
- initial overview
- 11:00 AM Ticket #12421 (Database layer (models, ORM) - Foreign Key on Non-Primary Field fails due to lack of Index on Related ...) updated by
- Indeed, it looks like this won't occur after #11702. I agree this is …
- 10:58 AM Ticket #13635 (Core (Other) - URLconfs should accept classes as views) updated by
- Personally, I think that we should instead encourage people to create …
- 10:51 AM Ticket #13637 (contrib.contenttypes - Generic Relations don't work correctly on a non-default database alias) updated by
-
Status, Version, Owner, Triage Stage changed
- 10:51 AM Ticket #13638 (Testing framework - Serializer regress tests have uncessary transaction management that is ...) created by
- We can just delete this and it still pases for me (tested under …
- 10:50 AM Ticket #13637 (contrib.contenttypes - Generic Relations don't work correctly on a non-default database alias) created by
- Specifically, line 195 of contrib.contenttypes.generic uses …
- 10:46 AM Ticket #13636 (Testing framework - Change fixture doctests to unit tests) created by
- These have the most amount of flushing, which will slow down real test …
- 10:36 AM Ticket #13635 (Core (Other) - URLconfs should accept classes as views) created by
- If a URLconf is passed a class, and isinstance(cls, type) is true, it …
- 10:34 AM Ticket #13621 (Forms - Regression in 1.2.1. date/time widgets are printing their values with ...) updated by
-
Owner changed
- 10:12 AM Ticket #13634 (Testing framework - Turn aggregation tests into unittests) updated by
-
Triage Stage changed
- 10:09 AM Ticket #13634 (Testing framework - Turn aggregation tests into unittests) created by
- This removes a flush call, which is very expensive.
- 10:00 AM Ticket #13633 (Forms - Add a widget_callback to forms, modelforms, etc) updated by
-
Triage Stage changed
#13095 is related to this. - 9:59 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by
- I'll probably end up fixing this as part of #13633, since there will …
- 9:57 AM Ticket #13633 (Forms - Add a widget_callback to forms, modelforms, etc) created by
- Modelforms currently support (although undocumented) a …
- 9:54 AM Ticket #13631 (Forms - IntegerField has no attributes max_value and min_value (1.2 regression)) updated by
-
Needs documentation, Triage Stage changed
I haven't seen the old code, but it seems IntegerField now does … - 9:41 AM Ticket #7735 (django-admin.py runserver - IPv6 support for runserver) updated by
-
Cc changed
- 9:40 AM Ticket #7735 (django-admin.py runserver - IPv6 support for runserver) updated by
- Is jbalonso still tracking this ticket? It's been quiet for a year. …
- 9:38 AM Ticket #13363 (Database layer (models, ORM) - extra fields of Model.objects.extra() can't be filtered) reopened by
- Sorry I know it's impolite to reopen tickets like this. I too would …
- 9:26 AM Ticket #8424 (Database layer (models, ORM) - Implement time filters) updated by
-
Owner changed
(djangocon.eu 2010 sprint) I'll give this one a shot - 9:22 AM Ticket #13632 (Documentation - lack of builtin range checking of id fields) created by
- The lack of builtin range checking for id fields is a vulnerability. …
- 9:16 AM Ticket #13621 (Forms - Regression in 1.2.1. date/time widgets are printing their values with ...) updated by
-
Component, Needs tests, Triage Stage changed
- 9:15 AM Ticket #13624 (Documentation - Hide signatures from the debug pages) updated by
-
Patch needs improvement, Triage Stage changed
Documentation patch updated :) - 9:12 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by
-
Owner, Needs documentation, Has patch, Status, Needs tests changed
- 9:09 AM Ticket #13631 (Forms - IntegerField has no attributes max_value and min_value (1.2 regression)) created by
- Attributes min_value and max_value are no longer set on IntegerField, …
- 8:56 AM Ticket #13624 (Documentation - Hide signatures from the debug pages) updated by
-
Patch needs improvement, Component, Triage Stage changed
Tick mark in the wrong spot in […] - 8:52 AM Ticket #13628 (Documentation - Documentation should discourage the usage of doctests) updated by
-
Patch needs improvement changed
If a committer approves this, the grammar needs to be fixed in the patch. - 8:42 AM Ticket #13623 (Documentation - Code in intro-tutorial03 missing a import statement) updated by
-
Has patch changed
- 8:37 AM Ticket #13623 (Documentation - Code in intro-tutorial03 missing a import statement) updated by
- Good point, but we should probably put that into a different ticket …
- 8:16 AM Ticket #13630 (Database layer (models, ORM) - DatabaseOperations doesn't have same constructor with SQLITE and ...) created by
- Using sqlite3 backend on Django 1.2.1, the …
- 7:50 AM Ticket #13622 (Core (Cache system) - Caching unicode characters with Memcached no longer works) updated by
- This may be a problem specific to using the old (now deprecated and …
- 7:35 AM Ticket #13149 (contrib.admin - ForeignKeyRawIdWidget doesn't handle invalid values) updated by
-
Patch needs improvement, Version changed
Django 1.2+ needs to have patches in two files to get this issue … - 7:31 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by
- Ok is not critical for 1.2, but which is the best solution to have a …
- 7:14 AM Ticket #3680 (contrib.syndication - Add cache control (ETag, Last Modified) to django.contrib.syndication) updated by
-
Cc, Component changed
Can't this be done with Django's existing caching tools now feeds are … - 7:10 AM Ticket #13629 (contrib.admin - Admin Changelist: add app-model_name class to <body> tag) created by
- Change form pages have "app-model_name" classes in body tag, for eg: …
- 7:00 AM Ticket #13218 (contrib.syndication - django-syndication can't handle https URLs) updated by
-
Triage Stage changed
- 7:00 AM Ticket #13528 (Database layer (models, ORM) - db_table truncation is applied based on the properties of the default ...) updated by
-
Status, Owner changed
I'm working on this - my proposed solution is thus: - Deprecate … - 6:58 AM Ticket #13218 (contrib.syndication - django-syndication can't handle https URLs) updated by
-
Has patch changed
- 6:40 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by
-
Needs documentation, Status, Needs tests, Version, Milestone, Owner, Triage Stage changed
- 6:39 AM Ticket #13218 (contrib.syndication - django-syndication can't handle https URLs) updated by
-
Cc, Owner changed
- 6:36 AM Ticket #13622 (Core (Cache system) - Caching unicode characters with Memcached no longer works) closed by
- worksforme: Testing with django trunk, but a more recent version of the memcached …
- 6:23 AM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) closed by
- duplicate: The previous ticket (#13149) is still open; the place to post …
- 6:06 AM Ticket #13612 (Core (Management commands) - manage.py imports settings.py even when --settings is used) updated by
-
Patch needs improvement, Version, Component changed
- 6:03 AM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by
- Please see ticket #11223.
- 5:58 AM Ticket #13623 (Documentation - Code in intro-tutorial03 missing a import statement) updated by
- For newbie-friendlyness, I think all snippets in the tutorial should …
- 5:57 AM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) updated by
- Proper formatting of the code. […]
- 5:57 AM Ticket #13552 (Database layer (models, ORM) - pre_save & post_save model signals should also specify database to save) updated by
-
Triage Stage changed
- 5:56 AM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) updated by
-
Owner changed
I can either change get_field in options to accept pk: def … - 5:53 AM Ticket #13552 (Database layer (models, ORM) - pre_save & post_save model signals should also specify database to save) updated by
-
Has patch changed
I've attached a patch that implements a "using" keyword for pre_save, … - 5:51 AM Ticket #13623 (Documentation - Code in intro-tutorial03 missing a import statement) updated by
-
Owner, Version, Keywords, Has patch, Triage Stage changed
While in general I'd agree, the snippets usually only contain the … - 5:46 AM Ticket #13624 (Documentation - Hide signatures from the debug pages) updated by
-
Needs documentation, Triage Stage changed
Documentation patch added. - 5:39 AM Ticket #13624 (Documentation - Hide signatures from the debug pages) updated by
-
Status, Owner changed
- 5:36 AM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) reopened by
- I know this a duplicate ticket, BUT the previous ticket for was Django …
- 5:33 AM Ticket #11675 (Core (Cache system) - Support new memcached wrapper pylibmc) updated by
-
Milestone changed
- 5:32 AM Ticket #11675 (Core (Cache system) - Support new memcached wrapper pylibmc) updated by
-
Cc, Milestone changed
- 5:32 AM Ticket #13628 (Documentation - Documentation should discourage the usage of doctests) updated by
-
Has patch changed
- 5:31 AM Ticket #13628 (Documentation - Documentation should discourage the usage of doctests) created by
- At the moment the documentation described both doctest and unit tests …
- 5:25 AM Ticket #13552 (Database layer (models, ORM) - pre_save & post_save model signals should also specify database to save) updated by
-
Status, Owner changed
- 5:24 AM Ticket #12421 (Database layer (models, ORM) - Foreign Key on Non-Primary Field fails due to lack of Index on Related ...) closed by
- worksforme: I can not reproduce this with your model with Django trunk, because …
- 5:02 AM Ticket #13627 (Documentation - contributing.txt should mention how to reset your password) created by
- ... on djangoproject.com. Google is not reliable in this regard :-)
- 4:59 AM Ticket #11223 (contrib.auth - logout view of authentication broken) updated by
- I was about to submit the same bug. I think the right way is the one …
- 4:33 AM Ticket #13610 (Core (Other) - Missing ENGINE setting in settings.py doesn't produce error) updated by
-
Has patch, Status, Needs tests, Version, Owner changed
I added a patch but it doesn't contain a test because I'm unsure how … - 4:30 AM Ticket #13626 (contrib.comments - PROFANITIES_LIST should be part of the locale subsystem) closed by
- wontfix: Profanities list is deprecated, and destined for removal, because it's …
- 4:20 AM Ticket #13626 (contrib.comments - PROFANITIES_LIST should be part of the locale subsystem) created by
- Since profanities are very language- and public-culture-dependent they …
- 4:07 AM Ticket #13624 (Documentation - Hide signatures from the debug pages) updated by
-
Component, Version, Milestone, Needs documentation, Has patch, Triage Stage changed
I think we mention in the docs somewhere which settings are *-ed … - 3:46 AM Ticket #6735 (Generic views - Class-based generic views) updated by
-
Owner, Status changed
Stealing that one for the djangocon.eu's sprint. - 1:41 AM Jsonrpc edited by
- (diff)
- 12:49 AM Ticket #13625 (Core (Other) - FORCE_SCRIPT_NAME bug) created by
- I'm using FastCGI with the configuration: FORCE_SCRIPT_NAME = '/path' …
May 26, 2010:
- 7:59 PM Ticket #13624 (Documentation - Hide signatures from the debug pages) created by
- The debug page currently display settingsthat contain 'SIGNATURE' (as …
- 7:12 PM Ticket #13614 (contrib.admin - selectfilter2 many to many widget data loss when using the back button) updated by
-
Triage Stage changed
I've been able to reproduce this in Chrome and Safari, but not in … - 5:33 PM Ticket #13623 (Documentation - Code in intro-tutorial03 missing a import statement) created by
- Page: …
- 5:20 PM Ticket #13616 (Documentation - Sphinx error when building docs using Sphinx 1.0b1) updated by
-
Cc, Has patch changed
- 4:58 PM Ticket #13583 (Core (Other) - Invalid localization of error_messages in form fields) updated by
- I cannot confirm this. The following code generates the expected …
- 4:37 PM Ticket #13622 (Core (Cache system) - Caching unicode characters with Memcached no longer works) created by
- Since updating to Django 1.2.0 I am no longer able to cache unicode …
- 3:36 PM Ticket #12183 (Template system - urlize doesn't always add rel=nofollow) updated by
- Sorry that should have been ticket #11911.
- 3:35 PM Ticket #13621 (Forms - Regression in 1.2.1. date/time widgets are printing their values with ...) created by
- In 1.2 I used this in settings.py TIME_INPUT_FORMATS = ('%I:%M %p',) …
- 3:35 PM Ticket #12183 (Template system - urlize doesn't always add rel=nofollow) updated by
-
Needs tests changed
I have attached joint test and fix patches for this bug to ticket … - 3:32 PM Ticket #11911 (Template system - urlizetrunc not taking into account last ')' of a link) updated by
-
Has patch changed
I have attached tests and a patch that fixes this bug as well as #12183. - 2:06 PM Ticket #13597 (Uncategorized - Typo) updated by
-
Triage Stage changed
- 2:01 PM Ticket #13620 (Template system - django template revision) closed by
- invalid: I think it's a reasonable request but this would require a rigorous …
- 1:36 PM Ticket #13620 (Template system - django template revision) created by
- Hi, kinda new here. I've been studying the way we do template tags, …
- 1:34 PM Ticket #13619 (Forms - Accepting AM/ PM Time Formats) updated by
- Ah, thanks. I knew I was missing something.
- 1:30 PM Ticket #13619 (Forms - Accepting AM/ PM Time Formats) closed by
- invalid: You need to use %I to parse the hours when you also want to accept %p. …
- 1:20 PM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by
-
Cc changed
- 1:20 PM Ticket #9722 (Core (Management commands) - Use pyinotify (where available) instead of polling filesystem every ...) updated by
- I combined and updated the previous patches and attached one that …
- 1:15 PM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by
- This issue breaks the openstreetmap which is used by the OSMGeoAdmin, …
- 1:11 PM Ticket #12619 (Core (Management commands) - django-admin's testserver doesn't support --noinput) updated by
- Is there a work-around for this? I can't figure out how to implement …
- 11:40 AM Ticket #13619 (Forms - Accepting AM/ PM Time Formats) created by
- I have a form with two TimeFields. Because I want to accept "AM" and …
- 11:25 AM Ticket #3304 (Core (Other) - [patch] Support "httponly"-attribute in session cookie.) updated by
-
Cc changed
Here's a simple Django middleware for HttpOnly cookies that works on … - 11:00 AM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by
-
Keywords changed
- 10:54 AM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by
-
Status, Component, Owner, Milestone, Keywords, Triage Stage changed
- 10:30 AM Ticket #13618 (contrib.admin - prepopulated_fields crashes with get_readonly_fields) updated by
-
Has patch changed
Fixed Admin class (crashed on new object creation): […] - 10:18 AM Ticket #13618 (contrib.admin - prepopulated_fields crashes with get_readonly_fields) created by
- If prepopulated field is marked as readonly then admin crashes: […] …
- 9:44 AM Ticket #9353 (*.djangoproject.com - Django documentation bundles on download page) updated by
- I am a django user, fairly newbie. I did not find it easy to compile …
- 9:38 AM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) updated by
- remove call from ModelAdmin too
- 8:56 AM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by
-
Keywords, Component changed
- 8:44 AM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) created by
- German is one of the locales which uses a comma as the decimal …
- 8:06 AM Ticket #13616 (Documentation - Sphinx error when building docs using Sphinx 1.0b1) updated by
-
Description, Triage Stage changed
Cleaned up the formatting, please use preview in the future. - 7:55 AM Ticket #13616 (Documentation - Sphinx error when building docs using Sphinx 1.0b1) created by
- When using the development version of Sphinx the docs no longer build. …
- 7:43 AM Ticket #13597 (Uncategorized - Typo) updated by
-
Has patch, Triage Stage changed
- 6:36 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by
- I've tested devinj's patch, the regression test fails without the fix, …
- 5:19 AM DevelopersForHire edited by
- (diff)
- 5:03 AM CustomWidgetsTinyMCE edited by
- django.newforms.util no more imports smart_unicode from … (diff)
- 2:16 AM Ticket #6735 (Generic views - Class-based generic views) updated by
-
Cc changed
- 1:18 AM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) created by
- Currently, if a test fails on …
May 25, 2010:
- 11:54 PM Ticket #7231 (Database layer (models, ORM) - New "join" parameter for the "extra" QuerySet method) updated by
- I have to disagree with russellm about this patch. Sometimes raw …
- 10:39 PM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by
-
Cc changed
- 9:07 PM DjangoResources edited by
- add a link to the django-openid-auth Launchpad project (diff)
- 4:34 PM Ticket #13614 (contrib.admin - selectfilter2 many to many widget data loss when using the back button) created by
- Here's the setup: 1. You're on an admin page with a many to many …
- 2:59 PM Ticket #13613 (Forms - forms.URLField not default ModelForm URLField anymore) created by
- Looks like with Changeset 11456 the ModelForm URLField stopped using …
- 2:41 PM Ticket #13612 (Core (Management commands) - manage.py imports settings.py even when --settings is used) created by
- manage.py file has an option to use settings file you need: […] …
- 10:24 AM Ticket #13611 (Database layer (models, ORM) - get_next_by_FOO allows nulls) created by
- http://docs.djangoproject.com/en/dev/ref/models/instances/#django.db.mo …
- 9:35 AM Ticket #10841 (Core (Other) - Better 500 template for AJAX calls) updated by
-
Cc changed
- 7:31 AM Ticket #13610 (Core (Other) - Missing ENGINE setting in settings.py doesn't produce error) created by
- Given following database config: […] Doesn't produce helpful …
- 6:50 AM DevelopersForHire edited by
- (diff)
- 6:50 AM Ticket #3785 (contrib.admin - admin does not valid object id values before using them in database queries) updated by
- actually it should throw a 404. then we can handle that in the usual …
- 6:39 AM Ticket #3785 (contrib.admin - admin does not valid object id values before using them in database queries) updated by
- Second that problem. Mostly seeing it for "content.css" here. I'm …
- 6:29 AM Ticket #8413 (Core (Management commands) - Django runserver doesn't reload itself after updating files on disk ...) updated by
- Latest patch is at …
- 4:54 AM Ticket #12929 (Testing framework - runtests.py should reference the checkout it is part of) updated by
- Just for reference: #9947.
- 4:04 AM DevelopersForHire edited by
- added myself to the list (Netherlands) (diff)
- 3:44 AM Ticket #13609 (contrib.admin - Using a non existent template in admin.Inlines produce error when ...) updated by
-
Summary changed
- 3:43 AM Ticket #13609 (contrib.admin - Using a non existent template in admin.Inlines produce error when ...) created by
- I'm using some Staked and Tabular Inline with a custom template. …
- 3:17 AM DevelopersForHire edited by
- (diff)
- 1:59 AM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) updated by
-
Has patch changed
- 1:52 AM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) updated by
-
Status, Owner changed
May 24, 2010:
- 11:14 PM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by
- added some more tests, fixed validations and default values of fields.
- 10:53 PM Ticket #3213 (Contrib apps - Django should have OpenID implemented in django.contrib.auth) updated by
-
Cc changed
- 10:28 PM Ticket #3213 (Contrib apps - Django should have OpenID implemented in django.contrib.auth) closed by
- wontfix: Replying to amanjsingh: > are we going to get this OpenID …
- 10:10 PM Ticket #3213 (Contrib apps - Django should have OpenID implemented in django.contrib.auth) reopened by
- are we going to get this OpenID implementation in django.contrib.auth?
- 8:40 PM Ticket #6362 (Forms - Remove blank spaces with strip when validating the data) updated by
-
Cc changed
- 7:30 PM Ticket #3785 (contrib.admin - admin does not valid object id values before using them in database queries) updated by
-
Cc changed
I get this coming through all the time. … - 6:36 PM Ticket #13608 (Documentation - Clarify failure of lookups when argument to lookup is not an int) created by
- The docs for templating api say the following: […] From this, I …
- 6:31 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') updated by
- And for the end. My opinion is that add on the default settings the …
- 6:24 PM Ticket #13607 (User Experience - Admin date_hierarchy drill-down should auto-initialise to appropriate level) created by
-
Say you have a model with a
date_hierarchy
field selected in the … - 5:56 PM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) updated by
-
Owner changed
- 5:56 PM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) updated by
-
Has patch changed
I don't know, whether this is a way to go, so I would appreciate any … - 5:18 PM Ticket #4979 (contrib.admin - Admin does not allow removal of an image from an ImageField after it ...) updated by
-
Cc changed
- 5:10 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') updated by
- Oops... Sorry for waste your time. My mistake... different constants …
- 5:10 PM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) updated by
- Replying to kmtracey: > Isn't this #13149? We only need …
- 4:58 PM Ticket #13149 (contrib.admin - ForeignKeyRawIdWidget doesn't handle invalid values) updated by
- Sorry for opening a new ticket (#13606). This is the same thing. …
- 4:49 PM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) closed by
- duplicate: Isn't this #13149? We only need one ticket to track getting it fixed.
- 4:45 PM Ticket #11112 (contrib.formtools - Formsets not supported as steps in FormWizard) updated by
-
Cc changed
- 4:43 PM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) created by
- Inputting a non-numerical value in a foreign key field using …
- 4:30 PM Ticket #13603 (Utilities - module_has_submodule fails when package is of type module) updated by
- This was reported …
- 4:10 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
-
Version changed
- 3:22 PM Ticket #12421 (Database layer (models, ORM) - Foreign Key on Non-Primary Field fails due to lack of Index on Related ...) reopened by
- I can reproduce this with the following model: […] An important …
- 3:18 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') closed by
- invalid: Replying to ablis: > code like that: > if …
- 2:21 PM Ticket #13605 (Documentation - Storage.listdir() missing from the reference page) created by
- http://docs.djangoproject.com/en/1.2/howto/custom-file-storage/ …
- 2:10 PM Changeset [6cffb9b]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
- Bump to 1.2.1. git-svn-id: …
- 2:09 PM Ticket #13603 (Utilities - module_has_submodule fails when package is of type module) updated by
- Looks like this has to do with putting a module in INSTALLED_APPS. …
- 2:04 PM Ticket #13604 (Testing framework - AssertRedirects test method tests the status code of initial response ...) created by
- In assertRedirects method of TestCase, the named parameter …
- 1:43 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') reopened by
- I'm sorry, do you like hardcode? request.sessiondjango_language …
- 11:33 AM Ticket #13603 (Utilities - module_has_submodule fails when package is of type module) created by
- module_has_submodule in utils/module_loading.py fails if the package …
- 11:13 AM Ticket #13598 (Uncategorized - Missing documentation regarding which Form fields may apply to which ...) closed by
- invalid: Django doesn't restrict the form field types you can use.
- 11:07 AM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') closed by
- invalid: I think you are confusing the _cookie_ name with the _session_ key …
- 9:50 AM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') created by
- django/utils/translation/trans_real.py and django/views/i18n.py …
- 9:37 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by
- I've had a go at a patch myself to fix the issue and have included …
- 9:08 AM Ticket #11800 (Documentation - Remove extra metadata from QuerySet API) updated by
-
Patch needs improvement, Triage Stage, Summary changed
modifying patch to remove extra metadata after additions in #12997 - 8:50 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by
- Note that pg_get_serial_sequence doesn't exist prior to postgres …
- 6:58 AM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by
- Another problem have been found with ManyToManyField for Models with …
- 6:54 AM Ticket #13601 (contrib.admin - Django Admin Page not found) closed by
- invalid: Trac is for reporting bugs in Django, not support questions. Please …
- 6:48 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by
- BTW - having looked at the postgresql-get-sequence-name.diff patch I …
- 6:36 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by
- Just to add a note to say that I'm now hitting this problem in an …
- 5:07 AM Ticket #7048 (Forms - Support clearing FileFields with ModelForms) updated by
-
Cc changed
- 4:42 AM Ticket #13601 (contrib.admin - Django Admin Page not found) created by
- Hi, i configure my django install with Oracle and Apache 2.2, activate …
- 3:52 AM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) updated by
- fixed to missing current_app hints
- 3:37 AM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) updated by
- Ok, I updated the patch now. I can't see why this patch would need …
- 1:56 AM Ticket #13600 (HTTP handling - OverflowError not caught in django.views.static.serve) updated by
-
Description changed
- 1:52 AM Ticket #13600 (HTTP handling - OverflowError not caught in django.views.static.serve) created by
- I noticed that sometimes I get an "OverflowError: mktime argument out …
Note:
See TracTimeline
for information about the timeline view.