Timeline



May 24, 2010:

11:14 PM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by Felipe 'chronos' Prenholato
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 anonymous
Cc changed
10:28 PM Ticket #3213 (Contrib apps - Django should have OpenID implemented in django.contrib.auth) closed by Luke Plant
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 amanjsingh
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 paulc
Cc changed
7:30 PM Ticket #3785 (contrib.admin - admin does not valid object id values before using them in database queries) updated by crucialfelix
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 anonymous
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 ablis
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 Simon Meers
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 Filip Gruszczyński
Owner changed
5:56 PM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) updated by Filip Gruszczyński
Has patch changed
I don't know, whether this is a way to go, so I would appreciate any …
5:55 PM 13579.patch attached to Ticket #13579 by Filip Gruszczyński
patch + simple test
5:18 PM Ticket #4979 (contrib.admin - Admin does not allow removal of an image from an ImageField after it ...) updated by anonymous
Cc changed
5:10 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') updated by ablis
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 petrikuittinen@…
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 petrikuittinen@…
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 Karen Tracey
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 Nils Fredrik Gjerull
Cc changed
4:43 PM Ticket #13606 (contrib.admin - admin raw_id_fields fail to check against non-numerical input) created by petrikuittinen@…
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 Karen Tracey
This was reported …
4:10 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
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 Wil Clouser
I can reproduce this with the following model: […] An important …
3:18 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') closed by Carl Meyer
invalid: Replying to ablis: > code like that: > if …
2:21 PM Ticket #13605 (Documentation - Storage.listdir() missing from the reference page) created by kopernikus
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 James Bennett <ubernostrum@…>
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 Carl Meyer
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 Jukka Välimaa
In assertRedirects method of TestCase, the named parameter …
1:43 PM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') reopened by ablis
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 Eruquen@…
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 James Bennett
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 Carl Meyer
invalid: I think you are confusing the _cookie_ name with the _session_ key …
9:52 AM django_language.path attached to Ticket #13602 by ablis
9:50 AM Ticket #13602 (Internationalization - path for fix hardcode 'django_language') created by ablis
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 Skaffen
I've had a go at a patch myself to fix the issue and have included …
9:32 AM django8901_msh_patch1.diff attached to Ticket #8901 by Skaffen
Use pg_get_serial_sequence to fetch sequence name for a given serial …
9:08 AM Ticket #11800 (Documentation - Remove extra metadata from QuerySet API) updated by Tim Graham
Patch needs improvement, Triage Stage, Summary changed
modifying patch to remove extra metadata after additions in #12997
9:06 AM 11800.diff attached to Ticket #11800 by Tim Graham
8:50 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by Skaffen
Note that pg_get_serial_sequence doesn't exist prior to postgres …
6:59 AM subqueries.diff attached to Ticket #12002 by Vlastimil Zíma
Diff to delete correct ManyToMany relations
6:58 AM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by Vlastimil Zíma
Another problem have been found with ManyToManyField for Models with …
6:54 AM Ticket #13601 (contrib.admin - Django Admin Page not found) closed by Karen Tracey
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 Skaffen
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 Skaffen
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 Dan Fairs
Cc changed
4:42 AM Ticket #13601 (contrib.admin - Django Admin Page not found) created by morfeokmg
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 Florian Apolloner
fixed to missing current_app hints
3:52 AM admin_urlresolvers2.diff attached to Ticket #13588 by Florian Apolloner
3:38 AM admin_urlresolvers.diff attached to Ticket #13588 by Florian Apolloner
3:37 AM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) updated by Florian Apolloner
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 Alex Gaynor
Description changed
1:52 AM Ticket #13600 (HTTP handling - OverflowError not caught in django.views.static.serve) created by Konstantin Hlyzov
I noticed that sometimes I get an "OverflowError: mktime argument out …

May 23, 2010:

7:14 PM 6932-template-tag-for-flatpages-2.diff attached to Ticket #6932 by faldridge
7:12 PM 6932-template-tag-for-flatpage-2.diff attached to Ticket #6932 by faldridge
6:33 PM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by skevy
Has patch changed
6:33 PM hide_td_containing_hidden_input_in_changelist.diff attached to Ticket #13599 by skevy
Hide's the td containing a hidden input in the changelist.
6:30 PM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) created by skevy
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 jonathan_livni
[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 Florian Apolloner
I found some bugs with this patch, will upload a new version tomorrow
5:36 PM Ticket #13597 (Uncategorized - Typo) created by jonathan_livni
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 Alex Gaynor
Version, Triage Stage, Milestone changed
4:29 PM django-transactions.diff attached to Ticket #10771 by Alex Gaynor
3:50 PM Ticket #11192 (Forms - ModelForms development error messages) updated by anonymous
The problem has been fixed in 1.2 release. Thanks.
11:10 AM uk-pluralization.diff attached to Ticket #13596 by shell_dweller
11:10 AM Ticket #13596 (Internationalization - Ukrainian pluralization rules) created by shell_dweller
Added Ukrainian pluralization rules to .po file, plus few corrections …
8:45 AM UsingVimWithDjango edited by Martin Winkler
added the pyflakes plugin (diff)
7:32 AM serbian_locale.diff attached to Ticket #13595 by Janoš
7:32 AM Ticket #13595 (Translations - Serbian and Serbian Latin localiztion fix) created by Janoš
Could you please update Serbian localization strings?
5:38 AM Ticket #13592 (Forms - SelectDateWidget should use datetime_safe) closed by Jannis Leidel
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 Jannis Leidel <jannis@…>
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 alexeiboronine
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 h3
> 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 urielbertoche
5:53 PM Ticket #13594 (contrib.admin - error when trying to change password on a user extended class) created by urielbertoche
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 Oskar
duplicate: duplicate, #3485
1:42 PM Ticket #13590 (Uncategorized - 403 error page with DEBUG = True is not styled) closed by Luke Plant
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 Luke Plant <L.Plant.98@…>
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 Oskar
When running ./mange.py syncdb, initial SQL data in …
1:09 PM selectdatewidget.patch attached to Ticket #13592 by magnus
1:08 PM Ticket #13592 (Forms - SelectDateWidget should use datetime_safe) created by magnus
Currently, SelectDateWidget.value_from_datadict throws a ValueError …
11:29 AM Ticket #13591 (Forms - SplitDateTimeField admin usability broken when using format localization) created by Ludwik Trammer
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 Ludwik Trammer
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 alefteris
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 Ludwik Trammer
I understand it may be to late to fix this for 1.2.1, but the patch …
8:30 AM MacPorts edited by netricate
(diff)
8:30 AM MacPorts created by netricate

May 21, 2010:

5:46 PM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by paulc
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 Adam Nelson
This is on psycopg2 in case that is relevant
2:51 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) updated by Adam Nelson
Version changed
2:50 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) created by Adam Nelson
With a class referring to itself via a foreign key, annotate does not …
2:39 PM newstyle_admin.diff attached to Ticket #13588 by Florian Apolloner
2:39 PM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) created by Florian Apolloner
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 Adam Nelson
Component changed
12:17 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by Alex Gaynor
Triage Stage changed
11:47 AM Ticket #6234 (Core (Serialization) - Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now?) updated by roklenardic
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 Karen Tracey
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 Russell Keith-Magee
(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 Russell Keith-Magee <russell@…>
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 Jannis Leidel
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 Jannis Leidel <jannis@…>
Fixed #13577 -- Updated Polish formats file. Thanks, ludwik. …
9:08 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) closed by Jannis Leidel
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 Jannis Leidel <jannis@…>
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 Jannis Leidel
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 Jannis Leidel <jannis@…>
Fixed #13560 -- Fixed localization of widgets. Particularly this …
9:03 AM zip_safe.diff attached to Ticket #13587 by Tim Graham
9:02 AM Ticket #13587 (Packaging - Set zip_safe = False in setup.py) created by Tim Graham
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 Alex Gaynor
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 David Larlet
Cc changed
8:27 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) created by David Larlet
I think it should be …
8:24 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) closed by Karen Tracey
invalid: Did you actually try it? […] This is a MySQL project, so the …
8:07 AM 0001.Correct-update-on-queryset-return-value-documentation.patch attached to Ticket #13585 by bpp198
Documentation change.
8:07 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) created by bpp198
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 devinj
Needs tests, Summary changed
7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by James Henstridge
7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) created by James Henstridge
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 Jannis Leidel
Triage Stage changed
Replying to russellm: > @jezdez - I've just added a …
6:21 AM urls.py attached to Ticket #13567 by Paul Garner
test file
6:21 AM template.html attached to Ticket #13567 by Paul Garner
test file
6:20 AM defaulttags.patch attached to Ticket #13567 by Paul Garner
backwards compatible with 'silent mode' flag
6:19 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by Paul Garner
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 dmitry_nosov
If I use this construction: […] The error message output is …
5:37 AM DevelopersForHire edited by Marinho Brandão
(diff)
4:26 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by Russell Keith-Magee
@jezdez - I've just added a slightly revised version of the patch that …
4:24 AM 13560.2.diff attached to Ticket #13560 by Russell Keith-Magee
Minor cleanup of v1 patch
3:54 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) closed by Russell Keith-Magee
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 Russell Keith-Magee <russell@…>
Fixed #13573 -- Corrected problem with template caching when template …
3:14 AM DevelopersForHire edited by aisayko
(diff)
3:13 AM DevelopersForHire edited by aisayko
(diff)
3:13 AM Ticket #13531 (Uncategorized - django.core.files.File throws an exception on _get_size) closed by Russell Keith-Magee
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 Russell Keith-Magee
Component, Triage Stage changed
2:35 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Russell Keith-Magee
Component, Triage Stage changed
2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by Russell Keith-Magee
Owner, Status changed
2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by Russell Keith-Magee
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 Russell Keith-Magee
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 Russell Keith-Magee
Triage Stage, Milestone changed
2:03 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) updated by Russell Keith-Magee
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 Russell Keith-Magee
Triage Stage changed
2:03 AM Ticket #13571 (Uncategorized - Static files server for dev doesn't behave as expected with flatpage app) closed by Russell Keith-Magee
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 Russell Keith-Magee
Triage Stage, Needs tests, Milestone changed
1:58 AM Ticket #13576 (contrib.admin - Found a bug of checking permission rules in ...) closed by Russell Keith-Magee
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 Russell Keith-Magee
Triage Stage changed
1:53 AM Ticket #13577 (Translations - New Polish L10N formats file) updated by Russell Keith-Magee
Triage Stage changed
1:53 AM Ticket #13578 (Documentation - Hack to prevent project files (passwords, etc.) from being served by ...) closed by Russell Keith-Magee
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 Russell Keith-Magee
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 Russell Keith-Magee
Component, Triage Stage changed
1:06 AM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by Russell Keith-Magee
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 Russell Keith-Magee
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 David Fischer
Has patch, Status changed
I switched the regex parameter to required to match the …
12:03 AM 13511-regexvalidator.diff attached to Ticket #13511 by David Fischer
switched regex parameter to be required
Note: See TracTimeline for information about the timeline view.
Back to Top