Timeline
02/04/2010:
- 23:46 Ticket #12787 (TemplateDoesNotExist exception does not report the correct template_name) created by
- When calling templateA which {% includes templateB %} that does not …
- 23:45 Ticket #12167 (related objects should not trigger db query on reverese related lookup) closed by
- wontfix: Fixing this is *really* not easy. Closing as wontfix, this isn't even …
- 23:41 Ticket #12149 (pre_save is not called before the overridden save() method on a model) closed by
- invalid: The pattern you want is simply not possible with code, you need to …
- 23:35 Ticket #12739 (Inconsistent sorting behavior in mult-table inheritance query for ...) closed by
- invalid: This looks to be a DB level inconsistency, not something Django can …
- 23:31 Sprint201002LA edited by
- (diff)
- 23:15 Sprint201002LA edited by
- (diff)
- 22:38 Ticket #12786 (runserver --settings option does not work.) created by
- I just updated to the latest trunk r12384 and the settings option for …
- 20:54 Ticket #12785 (Docs do not 'warn' against the use of auto_now and auto_now_add) closed by
- wontfix: I know Jacob and Adrian (and I think Malcolm) are historically …
- 20:46 Ticket #12785 (Docs do not 'warn' against the use of auto_now and auto_now_add) created by
- There is nothing the the Model Field Reference documentation that …
- 19:54 Changeset [01d43168]stable/1.1.x by
- [1.1.X] Fixed #3594 - Added ability to discard the language catalog in …
- 19:43 Changeset [8600ad4]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #3594 - Added ability to discard the language catalog in the …
- 19:43 Ticket #3594 (Translation problem in javascript) closed by
- fixed: (In [12384]) Fixed #3594 - Added ability to discard the language …
- 19:27 Ticket #12784 (Template tag and filter decorator fix) closed by
- worksforme: I've not encountered any problem following the current docs, omitting …
- 18:59 Ticket #12784 (Template tag and filter decorator fix) created by
- I think the main page for this documentation is: …
- 18:44 Tickets #11869,12783 batch updated by
- fixed: (In [12383]) Fixed #11869 - Prevent deadlocks when calling gettext …
- 18:44 Changeset [cdeb90e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #11869 - Prevent deadlocks when calling gettext utilities on …
- 18:44 Changeset [a28bd76b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12777 - Localize decimal fields correctly. Thanks, Florian …
- 18:44 Ticket #12777 (Decimal fields aren't correctly localized) closed by
- fixed: (In [12382]) Fixed #12777 - Localize decimal fields correctly. Thanks, …
- 17:55 Ticket #12783 (makemessages creates broken .po files since r12296 when updating them ...) created by
-
In r12296 a migration from
os.popen3()
tosubprocess.Popen()
to … - 17:24 Ticket #12781 (model object should offer a way to get the table name) closed by
- duplicate: Closing as a duplicate of #12782, which covers the larger issue here.
- 17:23 Ticket #12782 (Develop a stable, public API for ``Model._meta``) created by
- See title. This came from a discussion on django-developers.
- 17:04 Ticket #12781 (model object should offer a way to get the table name) created by
- If you want to make a direct SQL query, you need to know the table …
- 16:46 Ticket #12780 (Provide a hook for compound form/formset validation in ModelAdmin) created by
- Sometimes it is necessary to validate inline formset data based on the …
- 15:47 Ticket #12358 (RequestContent with "poisoned" csrf_token for flatpages) closed by
- fixed: (In [12381]) Fixed #12358 - csrf_token template tag does not work with …
- 15:47 Changeset [def34da8]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12358 - csrf_token template tag does not work with flatpages. …
- 13:32 Ticket #11456 (flatpages append slash not working with unicode urls) closed by
- duplicate: As noted above, #11522 is the underlying problem that needs to be fixed.
- 13:31 Ticket #12774 (Flatpages will cause unicodedecodeerror if request url contains ...) closed by
- duplicate: Reformatted description. This is #11456 exactly. Please search and …
- 12:20 Ticket #12779 (Form fields don't handle localized numbers correctly) created by
- See django/forms/fields.py:275 for how the DecimalField tries to …
- 11:43 Ticket #12778 (InlineAdmin ignores inner Media class) created by
- InlineAdmin ignores the Media class cause it inherits BaseModelAdmin. …
- 11:40 Ticket #12777 (Decimal fields aren't correctly localized) created by
- Decimal fields should get their locale representation when outputted …
- 11:24 Ticket #12156 (The csrf_token should be able to use a custom template) closed by
- wontfix: I think this is one of those cases where guidelines should be broken …
- 10:33 Ticket #12738 (CSRF token name should be a configurable setting) closed by
- wontfix: No response, so I presume there is no use case, so closing.
- 10:11 Ticket #12776 (get_profile() may throw AttributeError instead of SiteProfileNotAvailable) created by
- I didn't find a case to fire: except (ImportError, …
- 10:00 Ticket #12751 (order_by after select_related returns empty queryset) closed by
- worksforme: I can't reproduce this, if you can provide more details (models, a …
- 09:58 Ticket #12755 (Proposal: Add a method to ModelAdmin to return the form instance) closed by
- wontfix: Igors has pointed out this isn't necessary.
- 09:43 Ticket #12775 (Enable `dumpdata --exclude app_label.model`) created by
-
Currently,
django-admin.py dumpdata
can only exclude whole apps. It … - 09:38 Ticket #12133 (tutorial 4 - generic view and vote view) closed by
- invalid: Unless I'm misunderstanding you, this advice is already given in the …
- 09:34 Ticket #12128 (Remove restrictive 30 character limit from username of AuthenticationForm.) closed by
- wontfix: It may not be tied to the User model, but it is the natural …
- 09:24 Ticket #12110 (dictsort is not stable sort) closed by
- duplicate: Duplicate of #11008 (if you interpret that ticket as "dictsort is broken")
- 09:23 Ticket #12107 (Add a Meta.serialize option to models) closed by
- wontfix: I don't like putting attributes like this on Meta - it limits the …
- 08:42 Ticket #12085 (Links to FKs in Admin (proposal)) closed by
- duplicate: Duplicate of #7028
- 08:13 Ticket #12774 (Flatpages will cause unicodedecodeerror if request url contains ...) created by
- If you have flatpages activated, it will choke on a unicodedecodeerror …
- 07:51 Ticket #12773 (Update FAQ to indicate supported Python versions) created by
- Current FAQ indicates that Django supports 2.3-2.6. With Django 1.2, …
- 07:33 Ticket #12063 (Ensure SITE_CACHE uses integers as key values) closed by
- wontfix: I'm not convinced that a dynamic SITE_ID is the right way to tackle …
- 07:24 Ticket #12061 (new installation method for Django Python 2.6.3) closed by
- invalid: I'm not sure what the call to action is here. Django doesn't mention …
- 07:17 Ticket #12054 (Comments: Data truncated for column 'ip_address' when using IPv6) closed by
- wontfix: Closing wontfix because it isn't really a problem with Comments - it's …
- 07:17 Ticket #11442 (Postgresql backend casts inet types to text, breaks IP operations and ...) closed by
- duplicate: On second thought - closing as a dupe of #811. IPv6 support is spotty …
- 07:10 Ticket #12053 (Support url resolver returning RegexURLPattern instances) closed by
- wontfix: Marking wontfix because I'm not clear how you think this would work. …
- 07:01 Ticket #12772 (Allow loading template tags by fully qualified python module path) reopened by
- It's not a duplicate. #2539 is adding even more magic to the template …
- 06:44 Ticket #12772 (Allow loading template tags by fully qualified python module path) closed by
- duplicate: Duplicate of #2539.
- 06:42 Ticket #12046 (fastcgi dies under heavy load) closed by
- invalid: By my reading of that stack trace and your description, the problem …
- 06:39 Ticket #12045 (BooleanField with choices in ModelForm does not show selected value in ...) closed by
- duplicate: Given the recent decision to reopen and fix #7190, I'm marking this a …
- 06:34 Ticket #12041 (Wrap messages in block in admin base template) closed by
- duplicate: Duplicate of #10917
- 06:19 Ticket #12772 (Allow loading template tags by fully qualified python module path) created by
- Currently templatetags are magically searched for in the list of …
- 06:08 Ticket #12026 (widthratio rounding option/filter) closed by
- wontfix: Marking wontfix because it isn't obvious to me how this would work. …
- 06:04 Ticket #12025 (Show generic relation on deleted objects) closed by
- duplicate: Closing as a duplicate of #6191.
- 05:59 Ticket #12009 (Allow name of file in FileField/ImageField to be based on primary key) closed by
- wontfix: I won't disagree that it would be *nice* to be able to do this, but …
- 05:07 Ticket #12771 (Humanize with natural time) created by
- I create a new template function like naturalday but working with …
- 03:39 Ticket #12770 (Docs 1.1: Update tuto3 and tuto4 by including RequestContext and csrf_token) closed by
- invalid: Neither of these changes are necessary. The demo does not require a …
- 03:26 Ticket #12770 (Docs 1.1: Update tuto3 and tuto4 by including RequestContext and csrf_token) created by
- In the chapter "Raising 404" of the tutorial 3, the code need to be …
- 01:59 Ticket #12769 (Queryset.query pickle fails if fields have lazy translations in field ...) created by
- If declared model as: […] Using query pickle like: […] Fails …
- 00:25 Ticket #11907 (EmailField should run strip()) reopened by
- This is clearly not a duplicate of #6362. Email is a specific kind of …
02/03/2010:
- 23:52 Ticket #11991 (Inconsistent MEDIA_URL values) closed by
- wontfix: This isn't something we can change easily. The conventions for …
- 23:31 Ticket #12768 (Raw query map problem with some primary keys) closed by
- duplicate: This is a dupe of another ticket (that one is labeled as being about …
- 23:26 Ticket #12768 (Raw query map problem with some primary keys) created by
- Hello, I'm trying the new raw query feature and i'm facing this bug: …
- 23:16 Ticket #11988 (Wrong translated result count text on admin search form block when ...) closed by
- invalid: It's no help giving us two solutions - we don't speak chinese, so we …
- 23:13 Ticket #11987 (destroy_test_db can destroy the production database in some situations) closed by
- invalid: I'm unclear of the sequence of events that can cause this to be a …
- 23:04 Ticket #11944 (filesizeformat should catch ValueError) reopened by
- Reopening based on your arguments, plus some comments from Alex Gaynor …
- 22:41 Sprint201002Montreal edited by
- (diff)
- 22:40 Ticket #11983 (Ubuntu Jaunty 9.04 site-packages is not more a path directory) closed by
- invalid: This isn't the ubuntu-python documentation. Ubuntu users need to be …
- 22:22 Ticket #11982 (Integrate Reversion as a Django contrib app) closed by
- wontfix: I'm going to mark this wontfix. The 1.2 voting indicated this was a …
- 22:11 Sprints edited by
- moved past sprints from here to old-sprints (diff)
- 22:11 PastSprints edited by
- moved past sprints from the main page to here (diff)
- 22:05 Ticket #11944 (filesizeformat should catch ValueError) closed by
- wontfix: I don't see why this error should be caught silently. If you're asking …
- 22:03 Ticket #11943 (changeset 10544 breaks field emulation compatibility) closed by
- invalid: Ok - this is the sort of situation where a test case is absolutely …
- 21:54 Ticket #11938 (`to_field` does not function as expected.) closed by
- duplicate: This is a dupe of #11319, which is itself an amalgam of #10243 and #10785.
- 21:49 Ticket #11934 (UnicodeDecodeError while sending an e-mail) closed by
- duplicate: I think this might be a variant on #11924.
- 21:41 Ticket #11925 (Extension to ModelForm) closed by
- fixed: This has been fixed by the introduction of the widget argument for …
- 21:28 Ticket #11914 (Changes to documentation/models/many_to_many: Multiple membership) closed by
- wontfix: I'm not sure the proposed text clarifies anything.
- 17:56 Ticket #12767 (Problem running syncdb with a multi-db router that restricts auth to a ...) created by
- Via Klemens Mantzos on django-users: If i do […] before i sync the …
- 17:50 Sprint201002LA edited by
- (diff)
- 15:59 Ticket #11788 (cache_page decorator doesn't work with HttpResponses whose content is ...) reopened by
- The docs are very clear about this: "Finally, you can pass …
- 14:36 Ticket #11898 (oracle quote_name bug) closed by
- wontfix: Please don't reopen tickets marked wontfix; take it up on …
- 14:24 Ticket #11876 (Allow the user to logout a logged in session from another computer.) closed by
- wontfix: What Luke said.
- 12:53 Ticket #12763 (Record matching ORM statement in connection.queries for debugging) closed by
- duplicate: django-debug-toolbar provides this, and more. We've already got a …
- 12:45 Ticket #12762 (formsets with imagefields) closed by
- invalid: This reads like a usage question and thus belongs on django-users or …
- 12:12 Changeset [88bd40c]stable/1.1.x by
- [1.1.X] Corrected app_loading test so it does not generate a key error …
- 12:09 Changeset [96a10094]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Corrected app_loading test so it does not generate a key error when TZ …
- 11:48 Ticket #12766 (custom_pk test fails with psycopg1 backend) created by
- […] Followed by a bunch more errors resulting from the uncleared …
- 11:35 Ticket #12765 (syndication test fails with psycopg1 backend) created by
- This looks to have something to do with setting the timezone on the …
- 11:24 Ticket #12764 (views tests fail with psycopg1 backend) created by
- 2 of 39 tests fail, reason looks to be the same for both: […]
- 10:59 Ticket #11836 (Missing django.forms.widgets.MultiWidget hidden counterpart) reopened by
- 10:16 Ticket #12763 (Record matching ORM statement in connection.queries for debugging) created by
- As described in the …
- 10:07 Ticket #12762 (formsets with imagefields) created by
- Formsets containing ImageFields of FileFields loose their values upon …
- 09:40 Ticket #12760 (related models with Foreignkey.null=True must not get deleted on ...) closed by
- duplicate: Duplicate of #10262, #7539
- 09:39 Ticket #12003 (Admin application deltes related objects on "null=True" relation.) closed by
- duplicate: Duplicate of #10262, #7539
- 09:35 Ticket #12761 (Paraguayan local flavor) created by
- Attached is basic local flavor support for Paraguay (PY). Includes …
- 09:14 Ticket #12760 (related models with Foreignkey.null=True must not get deleted on ...) created by
- The "delete related objects" process appears bugged to me. In some …
- 08:52 Ticket #11844 (Select_related() and defer()) closed by
- duplicate: Closing as a duplicate of #11606, as the reporter suggested.
- 08:45 Ticket #12759 (raw_query tests fail with psycopg1 backend) created by
-
Failure is:
[…]
(Thhis was with
--failfast
specified so tests … - 08:43 Ticket #11836 (Missing django.forms.widgets.MultiWidget hidden counterpart) closed by
- invalid: Marking this invalid, because I'm not sure I understand the use case. …
- 08:30 Ticket #11809 (Unable to test a non-db dependent django app without db configuration) closed by
- wontfix: I'm going to mark this wontfix - at least for now. Like it or not, …
- 08:19 Ticket #11805 (Blocks tags inside inclusion template tags are ignored) closed by
- invalid: Sounds like templates working as intended. A specific example would go …
- 08:13 Ticket #11788 (cache_page decorator doesn't work with HttpResponses whose content is ...) closed by
- invalid: I wasn't even aware that the docs ever claimed that a HttpResponse …
- 08:12 Ticket #11787 (additional fields) closed by
- wontfix: I'm going to mark this wontfix, on the basis that the valid choices …
- 08:07 Ticket #11777 (Document DATABASE_SUPPORTS_TRANSACTIONS setting) closed by
- invalid: I disagree that this should be documented as part of the standard …
- 08:04 Ticket #11774 (add __range lookup parameter in ...) closed by
- invalid: I can't triage a ticket I don't understand. You need to explain the …
- 07:57 Ticket #11766 (ImageFileField run through get_valid_filename (Optional|default)) closed by
- worksforme
- 07:48 Ticket #11734 (Chilean localflavor extension) closed by
- duplicate: Duplicate of #11762
- 07:44 Ticket #11754 (mod_fastcgi documentation should specify full path to .fcgi script) closed by
- duplicate: Marking as a duplicate of #11694, which calls for a general rework of …
- 07:38 Ticket #11739 (ContentFile() does not support unicode data) closed by
- worksforme
- 07:31 Ticket #11729 (session key should extract more entropy from time.time()) closed by
- wontfix: Given the cross platform difficulties, and the absence of any …
- 06:57 Ticket #11700 (actions and list_editables in popups problematic) closed by
- invalid: If you have a design opinion, take it up on django-dev. As fair …
- 05:43 DjangoResources edited by
- added byteflow blog engine (diff)
- 04:58 Ticket #12758 (Widgets are ignored) closed by
- invalid: This will be a feature of Django 1.2 ;) Sorry.
- 04:50 Ticket #12758 (Widgets are ignored) created by
- class AuthorForm(ModelForm): class Meta: model = Author …
- 03:30 Ticket #12757 (Join on field 'geo' not permitted) created by
- i have a problem about calling geodjango function my method is …
- 01:54 Ticket #12756 (dumpdata error message should note pyyaml requirement) created by
- When trying to dumping some data to yaml, if pyyaml is not installed, …
- 01:31 Changeset [b740534d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed a regression in the Postgres psycopg cursor handling introduced …
02/02/2010:
- 23:04 NonSqlBackends edited by
- updated app url (diff)
- 22:41 Sprint201002Montreal created by
- 22:34 Sprints edited by
- (diff)
- 18:34 Changeset [8e5c1169]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for …
- 18:24 Ticket #12754 (Backwards-incompatible change: BaseCommand.style.ERROR_OUTPUT was removed) closed by
- fixed: (In [12376]) Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an …
- 18:24 Changeset [de35bb40]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for …
- 17:26 Ticket #12755 (Proposal: Add a method to ModelAdmin to return the form instance) created by
- Sometimes we need dynamic fields in a form, depending on the logged in …
- 16:33 Ticket #12754 (Backwards-incompatible change: BaseCommand.style.ERROR_OUTPUT was removed) created by
- This breaks django-extensions on trunk. The fix is to …
- 08:59 Ticket #3907 (LocaleMiddleware allows locale from user browser that don't exists in ...) closed by
- fixed: This was fixed by r6608.
- 08:53 Ticket #11490 (Editing a model that contains m2m inline hangs the server) closed by
- worksforme
- 08:39 Ticket #11455 (Rename misleadingly named sql_create_table_suffix function) closed by
- wontfix: It might be a bad name, but we don't gain anything signficant by …
- 08:22 Ticket #11435 (Django Language Code) closed by
- worksforme: I just tried a microtranslation for Klingon (ISO639-2 code 'tlh'), and …
- 07:51 Ticket #11412 (documentation on test fixtures is not clear on fixture's file naming) closed by
- wontfix: The docs already point to the loaddata docs, which explain how …
- 07:48 Ticket #9656 (Inherit user's password change link doesn't work) closed by
- duplicate: The larger issue here is that people want to use different User …
- 07:47 Ticket #11406 (Admin broken for subclasses of User) closed by
- duplicate: I'm pretty sure the issues that you've raised can be overcome - it's …
- 07:47 Ticket #4121 (DateTime, Date,Time, MonthDay, YearMonth for general usage) closed by
- fixed: I think this has been solved with the landing of the locale-aware …
- 07:28 Ticket #12753 (Fixture loading can fails on second syncdb when auto_now_add field is ...) created by
- Via Andrew Turner, on django-users: Here is a simple …
- 07:09 Ticket #11385 (DateTimeField doesn't accept ISO 8601 formatted date string) closed by
- wontfix: ISO8601 is a good machine format, but not a particularly nice human …
- 07:08 AuditTrail edited by
- Added code borrowed from the Basie project (please check license) to … (diff)
- 07:01 Changeset [f9a33cb]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Removed a stray debug statement. Thanks to Ramiro Morales for the …
- 06:37 Ticket #11291 (django.contrib.auth.tests don't respect url conf) closed by
- duplicate: Duplicate of #10976
- 06:10 Ticket #11237 (force_unicode in forbid_multi_line_headers always raises UnicodeEncodeError) closed by
- invalid: Impossible to diagnose without details of what it is you're actually …
- 06:04 Ticket #11171 (custom set_exipy is ignored server side when set to 0) closed by
- worksforme
- 05:29 Ticket #11148 (Inline Views don't support editable=False for PK value) closed by
- invalid: The uniqueness of the intermediate PK field isn't an issue - it's the …
- 05:15 Ticket #11091 (SSL POST hangs if view function does not use POST object) closed by
- invalid: Closing due to a lack of feedback and a counter example saying the …
- 05:13 Ticket #11086 (Django not recieveing the mountpoint when using mod_wsgi) closed by
- worksforme: Marking worksforme based on the lack of any followup to Graham's comments.
- 04:28 Ticket #10966 (Management module imports project_module, considered evil) closed by
- wontfix: Not sure I see the benefit. django-admin.py creates the project …
- 04:17 Ticket #11015 (django-1.0.2 does not catch the exception that database backend first ...) closed by
- fixed: Based on adam's details, I assume this has been fixed. Please reopen …
- 02:28 Ticket #10938 (add inlines into fieldsets) closed by
- wontfix: I'm not sure I agree that this would be an improvement. Feel free to …
- 02:13 Ticket #9360 (Admin interface method get_form does not call get_fieldsets to get ...) closed by
- invalid: Already closed by a core developer. Start a discussion on django-dev …
- 00:30 CookBookScriptsDjget edited by
- (diff)
02/01/2010:
- 23:16 Ticket #12752 (validators should allow check against empty to be customized) created by
- I have a custom field, which sets up a correspondence between a numpy …
- 19:12 Ticket #12751 (order_by after select_related returns empty queryset) created by
- When querying a model with select_related(), if the related model …
- 19:00 Ticket #11893 (load order of .mo files) closed by
- duplicate: Duplicate of #11384.
- 18:41 Changeset [fbb42c31]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12667. Added optgroup validation support to model fields with …
- 18:41 Ticket #12667 (changeset:12098 introduces choice validation bug at the model level) closed by
- fixed: (In [12374]) Fixed #12667. Added optgroup validation support to model …
- 18:05 Ticket #12197 (parse_accept_lang_header parse HTTP_ACCEPT_LANGUAGE with wrong Quality ...) closed by
- invalid: There is a test case in the Django test suite that test exactly for a …
- 12:12 Ticket #12750 (Middleware snippet getting error in 1.2 alpha 1 - AttributeError: ...) closed by
- invalid: Your code relied on the implementation of the user_passes_test …
- 11:44 Ticket #12750 (Middleware snippet getting error in 1.2 alpha 1 - AttributeError: ...) created by
- Section of code causing error: […]
- 10:58 Ticket #12749 ("Please correct the error below." when saving add model form with ...) created by
- When a Model has a field with primary_key=True and the Admin has an …
- 08:34 Ticket #12748 (strftime array-access to format string doesn't work in IE7) created by
- In core.js there's Date.prototype.strftime function which accept …
- 08:19 Changeset [a0bae6e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Updated formset docs to contain the new management form field for …
- 08:16 Changeset [5dad2350]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Use a closure for embedding the admin actions JavaScript and updated …
- 08:16 Changeset [816fced]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Being a good citizen, adding the jQuery license and a command line …
- 08:15 Ticket #12695 ('Add another' button disappears when refreshing page with admin form ...) closed by
- fixed: (In [12370]) Fixed #12695 - Force Firefox to not autocomplete input …
- 08:15 Changeset [f839736c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12695 - Force Firefox to not autocomplete input fields that are …
- 08:14 Ticket #12692 (Wrong interpretation of extra clause in ModelAdmin with new admin UI) closed by
- fixed: (In [12369]) Fixed #12692 - Properly handle the extra clause of admin …
- 08:14 Changeset [9555f2be]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12692 - Properly handle the extra clause of admin inline …
- 08:13 Ticket #12700 (readonly_fields specified on inline model admin cause KeyError since r12297) closed by
- fixed: (In [12368]) Fixed #12700 - Take read-only fields into account when …
- 08:13 Changeset [f70a0882]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12700 - Take read-only fields into account when rendering the …
- 08:13 Changeset [be90eadf]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12628 - Don't ignore read-only fields in …
- 08:13 Ticket #12628 (readonly_fields in GenericInlineModelAdmin are ignored during save) closed by
- fixed: (In [12367]) Fixed #12628 - Don't ignore read-only fields in …
- 08:12 Ticket #12654 (Admin readonly_fields not working with ForeignKey fields) closed by
- fixed: (In [12366]) Fixed #12654 - Correctly display ForeignKey fields in …
- 08:12 Changeset [26734667]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12654 - Correctly display ForeignKey fields in read-only …
- 08:12 Ticket #12726 (double {{ media }} in admin templates...) closed by
- fixed: (In [12365]) Fixed #12726 - Prevent listing media twice in admin's …
- 08:12 Changeset [6c36e103]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12726 - Prevent listing media twice in admin's change list. …
- 07:00 Changeset [84599495]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #6364 -- Added the ability to run individual doctests. …
- 07:00 Ticket #6364 (Allow test runner to execute individual doctests) closed by
- fixed: (In [12364]) Fixed #6364 -- Added the ability to run individual doctests.
- 06:44 Ticket #9753 (makemessages failed on long Chinese text) closed by
- fixed: I'm closing this ticket because in r12296 we've raised the minumum …
- 06:44 Ticket #12747 (Custom HTTP status reason phrases are not supported) created by
- At present, Django hard-codes the HTTP status reason phrases based …
- 06:42 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) closed by
- fixed: This problem was fixed over a year ago, really. What you are seeing …
- 06:02 Ticket #8569 (Admin fieldsets can cause "'str' object has no attribute ...) reopened by
- Hi there, I have the following code: […] […] It crashes when …
- 05:53 Changeset [daeceafe]stable/1.1.x by
- [1.1.X] Fixed #12745: The maxlength -> max_length change happened in …
- 05:53 Ticket #12745 (Error in tutorial: tutorial for 1.1 claims to be for development version) closed by
- fixed: (In [12362]) Fixed #12745: The maxlength -> max_length change happened …
- 05:53 Changeset [e0dd8a93]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Fixed #12745: The maxlength -> max_length change happened in 2007, we …
- 04:42 Ticket #12746 (Use key argument in sort calls) created by
- Now that Python 2.4 is the minimum supported version, it is possible …
- 00:06 DjangoFriendlyWebHosts edited by
- (diff)
- 00:04 DjangoFriendlyWebHosts edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.