Timeline
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 …
May 23, 2010:
- 6:33 PM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by
-
Has patch changed
- 6:30 PM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) created by
- When using list_editable, an "id" form field gets created at the end …
- 5:56 PM Ticket #13598 (Uncategorized - Missing documentation regarding which Form fields may apply to which ...) created by
- [http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#field-ty …
- 5:42 PM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) updated by
- I found some bugs with this patch, will upload a new version tomorrow
- 5:36 PM Ticket #13597 (Uncategorized - Typo) created by
- On this page: http://docs.djangoproject.com/en/dev/ref/contrib/admin/ …
- 4:48 PM Ticket #10771 (Database layer (models, ORM) - Add a transaction context manager) updated by
-
Version, Triage Stage, Milestone changed
- 3:50 PM Ticket #11192 (Forms - ModelForms development error messages) updated by
- The problem has been fixed in 1.2 release. Thanks.
- 11:10 AM Ticket #13596 (Internationalization - Ukrainian pluralization rules) created by
- Added Ukrainian pluralization rules to .po file, plus few corrections …
- 8:45 AM UsingVimWithDjango edited by
- added the pyflakes plugin (diff)
- 7:32 AM Ticket #13595 (Translations - Serbian and Serbian Latin localiztion fix) created by
- Could you please update Serbian localization strings?
- 5:38 AM Ticket #13592 (Forms - SelectDateWidget should use datetime_safe) closed by
- fixed: (In [13301]) Fixed #13592 -- Make sure the SelectDateWidget works with …
- 5:38 AM Changeset [e6ec07dc]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 #13592 -- Make sure the SelectDateWidget works with dates before …
- 4:07 AM Ticket #12642 (Documentation - wiki:RowLevelPermissions should part of the official documentation) updated by
-
Patch needs improvement, Has patch changed
#10712 didn't fix this problem, the methods are still undocumented.
May 22, 2010:
- 8:42 PM Ticket #13564 (Forms - Provide class attributes for form fields) updated by
- > My only concern is the extent to which this masks the bigger issue …
- 6:01 PM Ticket #13594 (contrib.admin - error when trying to change password on a user extended class) updated by
- 5:53 PM Ticket #13594 (contrib.admin - error when trying to change password on a user extended class) created by
- this is my admin.py on medico app […] when I click "change …
- 1:49 PM Ticket #13593 (Uncategorized - custom sql, not enough arguments for format string) closed by
- duplicate: duplicate, #3485
- 1:42 PM Ticket #13590 (Uncategorized - 403 error page with DEBUG = True is not styled) closed by
- fixed: (In [13300]) Fixed #13590 - Made CSRF failure page styling consistent …
- 1:42 PM Changeset [6b2d6e18]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 #13590 - Made CSRF failure page styling consistent with Django's …
- 1:25 PM Ticket #13593 (Uncategorized - custom sql, not enough arguments for format string) created by
- When running ./mange.py syncdb, initial SQL data in …
- 1:08 PM Ticket #13592 (Forms - SelectDateWidget should use datetime_safe) created by
- Currently, SelectDateWidget.value_from_datadict throws a ValueError …
- 11:29 AM Ticket #13591 (Forms - SplitDateTimeField admin usability broken when using format localization) created by
- The issue: When using SplitDateTimeField (and probably other …
- 11:05 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by
- Replying to ludwik: I'm sorry, I was confused. The issue …
- 10:55 AM Ticket #13590 (Uncategorized - 403 error page with DEBUG = True is not styled) created by
- With DEBUG = True the "403 Forbidden. CSRF verification failed. …
- 10:26 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by
- I understand it may be to late to fix this for 1.2.1, but the patch …
- 8:30 AM MacPorts edited by
- (diff)
- 8:30 AM MacPorts created by
May 21, 2010:
- 5:46 PM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by
- Thanks Piotr, I appreciate your quick reply and your thoughts. I …
- 3:20 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) updated by
- This is on psycopg2 in case that is relevant
- 2:51 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) updated by
-
Version changed
- 2:50 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) created by
- With a class referring to itself via a foreign key, annotate does not …
- 2:39 PM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) created by
- I started working on the admin deprecation stuff. There is one …
- 1:13 PM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by
-
Component changed
- 12:17 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by
-
Triage Stage changed
- 11:47 AM Ticket #6234 (Core (Serialization) - Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now?) updated by
-
Version changed
This bug still happens in the latest 1.2 release of Django. Another … - 9:57 AM Ticket #11250 (contrib.admin - InlineModelAdmin with can_delete) closed by
- fixed: This has been fixed, I believe by r12533.
- 9:25 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by
- (In [13299]) Refs #13573 -- Modified the key technique added in r13295 …
- 9:25 AM Changeset [84060a1]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 #13573 -- Modified the key technique added in r13295 to be more …
- 9:09 AM Ticket #13577 (Translations - New Polish L10N formats file) closed by
- fixed: (In [13298]) Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.
- 9:09 AM Changeset [5acd9cd]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 #13577 -- Updated Polish formats file. Thanks, ludwik. …
- 9:08 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) closed by
- fixed: (In [13297]) Fixed #13569 -- Fixed createsuperuser management command …
- 9:08 AM Changeset [286ce85e]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 #13569 -- Fixed createsuperuser management command to work with …
- 9:07 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) closed by
- fixed: (In [13296]) Fixed #13560 -- Fixed localization of widgets. …
- 9:07 AM Changeset [b057a8b]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 #13560 -- Fixed localization of widgets. Particularly this …
- 9:02 AM Ticket #13587 (Packaging - Set zip_safe = False in setup.py) created by
- Django isn't zip_safe: […] Any reason not to set the zip_safe flag …
- 8:34 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by
- Calling hash() here seems like a really bad idea. I'm just waiting …
- 8:27 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) updated by
-
Cc changed
- 8:27 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) created by
- I think it should be …
- 8:24 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) closed by
- invalid: Did you actually try it? […] This is a MySQL project, so the …
- 8:07 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) created by
- From http://docs.djangoproject.com/en/dev/topics/db/queries/ "The …
- 7:19 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by
-
Needs tests, Summary changed
- 7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by
- 7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) created by
- The FileField.clean() method raises ValidationError if the uploaded …
- 6:49 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by
-
Triage Stage changed
Replying to russellm: > @jezdez - I've just added a … - 6:19 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by
- Here's a new patch so that cycle will accept a 'silent mode' flag as …
- 6:11 AM Ticket #13583 (Core (Other) - Invalid localization of error_messages in form fields) created by
- If I use this construction: […] The error message output is …
- 5:37 AM DevelopersForHire edited by
- (diff)
- 4:26 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by
- @jezdez - I've just added a slightly revised version of the patch that …
- 3:54 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) closed by
- fixed: (In [13295]) Fixed #13573 -- Corrected problem with template caching …
- 3:54 AM Changeset [8a6cb3d9]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 #13573 -- Corrected problem with template caching when template …
- 3:14 AM DevelopersForHire edited by
- (diff)
- 3:13 AM DevelopersForHire edited by
- (diff)
- 3:13 AM Ticket #13531 (Uncategorized - django.core.files.File throws an exception on _get_size) closed by
- invalid: I'm going to mark this invalid because I can't work out the actual bug …
- 2:36 AM Ticket #13559 (contrib.sites - Need a contextprocessor for current site) updated by
-
Component, Triage Stage changed
- 2:35 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
-
Component, Triage Stage changed
- 2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by
-
Owner, Status changed
- 2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by
-
Status, Owner, Triage Stage changed
Agreed on the use case. My only concern is the extent to which this … - 2:16 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by
-
Triage Stage changed
The issue here is backwards compatibility - while I agree with your … - 2:13 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by
-
Triage Stage, Milestone changed
- 2:03 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) updated by
-
Triage Stage, Milestone changed
- 2:03 AM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) updated by
-
Triage Stage changed
- 2:03 AM Ticket #13571 (Uncategorized - Static files server for dev doesn't behave as expected with flatpage app) closed by
- wontfix: This isn't really a problem with the flatpages app; it's an …
- 2:00 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by
-
Triage Stage, Needs tests, Milestone changed
- 1:58 AM Ticket #13576 (contrib.admin - Found a bug of checking permission rules in ...) closed by
- duplicate: Looks like a duplicate of #13539; the fix proposed there looks like a …
- 1:53 AM Ticket #13577 (Translations - New Polish L10N formats file) updated by
-
Triage Stage changed
- 1:53 AM Ticket #13577 (Translations - New Polish L10N formats file) updated by
-
Triage Stage changed
- 1:53 AM Ticket #13578 (Documentation - Hack to prevent project files (passwords, etc.) from being served by ...) closed by
- wontfix: Thanks for the suggestion, but I think that this is a bit out of scope …
- 1:50 AM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) updated by
-
Triage Stage changed
This is an edge case caused by the fact that x = NULL and x IS NULL … - 1:39 AM Ticket #13581 (GIS - improve naming of default coordinates for GeoModelAdmin¶) updated by
-
Component, Triage Stage changed
- 1:06 AM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by
-
Milestone changed
Prima facie, yes, it looks fine (as in, it does what it says it … - 12:58 AM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by
- The reason there has been no movement in 10 months is that nobody has …
- 12:15 AM Ticket #13511 (Core (Other) - RegexValidator pattern is optional and should be required) updated by
-
Has patch, Status changed
I switched theregex
parameter to required to match the …
Note:
See TracTimeline
for information about the timeline view.