Timeline



Sep 23, 2010:

10:17 PM Ticket #11864 (Documentation - Relationship backreference documentation is hard to find) updated by Derek Willis
Added a patch with an example of the backwards relationship in …
10:16 PM Ticket #11864 (Documentation - Relationship backreference documentation is hard to find) updated by Derek Willis
Has patch changed
10:15 PM 11864.diff attached to Ticket #11864 by Derek Willis
10:15 PM Ticket #11864 (Documentation - Relationship backreference documentation is hard to find) updated by Derek Willis
Status, Owner changed
7:36 PM Ticket #12975 (Documentation - Docs for contrib.admindocs?) updated by Derek Willis
Has patch changed
6:40 PM Ticket #14335 (Testing framework - add ability to only test specific apps) closed by Russell Keith-Magee
wontfix: I'm afraid I don't see why this should be a configuration item for the …
6:34 PM Ticket #897 (contrib.admin - Bi-Directional ManyToMany in Admin) updated by Russell Keith-Magee
There's at least one simple approach for backwards compatibility: …
6:27 PM Ticket #14333 (Template system - Template Ternary Operator) closed by Russell Keith-Magee
wontfix: Oh, for the love of all that is holy, no. The ?: ternary operator is …
4:24 PM Ticket #14336 (contrib.admin - list_display should be able to contain sortable references to ...) created by Paul McLanahan
Overriding the queryset method of a ModelAdmin should be an easy …
4:22 PM Ticket #14217 (Core (System checks) - Add validation for model field name the same as the model name when ...) updated by niall
Status, Owner changed
4:19 PM Ticket #13960 (File uploads/storage - abstract file upload/download handling) updated by Jannis Leidel
Is there a reason why the backends are called "*FileBackend" while …
4:17 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) updated by Luke Plant
The only tricky thing with this is determining what kind of type check …
4:09 PM Ticket #14335 (Testing framework - add ability to only test specific apps) created by Anand Kumria
Hi, Some Django applications, e.g. ghettoq, ship with a lot of …
3:33 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) updated by Eric Holscher
Owner, Status, Triage Stage changed
Bah, forgot "Accept ticket" doesn't set its state to Accepted, but …
3:33 PM DjangoResources edited by adambix
added a link to blingnode, which is a instant django setup tool (diff)
3:32 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) updated by Eric Holscher
Status, Needs documentation, Has patch, Owner changed
This seems like something that should either raise an exception, or at …
3:25 PM Ticket #897 (contrib.admin - Bi-Directional ManyToMany in Admin) updated by Alex Gaynor
Err, that was Carl Meyer who suggested it.
3:01 PM Ticket #897 (contrib.admin - Bi-Directional ManyToMany in Admin) updated by Eric Holscher
I talked to Alex Gaynor, and he mentioned ManytoMany inlines, which …
2:59 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) updated by Randy Barlow
For clarity, I propose that an exception should be raised by this …
2:52 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) updated by Randy Barlow
Component changed
The problem is demonstrated in the unit tests to the app. Thanks for …
2:51 PM test_project.tar.bz2 attached to Ticket #14334 by Randy Barlow
Django project, demonstrating the problem
2:51 PM Ticket #14334 (Database layer (models, ORM) - Queries don't ensure that comparison objects are the correct type) created by Randy Barlow
This is best demonstrated by an example. Suppose you have the …
2:37 PM Ticket #897 (contrib.admin - Bi-Directional ManyToMany in Admin) updated by Eric Holscher
Just ran into this bug as well. I'll probably take a stab at fixing it …
12:58 PM DevelopersForHire edited by adambix
updated my Bixly listing, and fixed parse mistake on the Senegal … (diff)
12:17 PM Ticket #14333 (Template system - Template Ternary Operator) created by scottix
Hey guys new django user here, I really like what you guys are doing. …
11:28 AM Ticket #14332 (Core (Management commands) - manage testserver and manage runserver should have similiar ...) created by wildfire@…
Hi, $ ./manage.py runserver -h Usage: ./manage.py runserver [options] …
10:59 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) updated by Adam Nelson
Oops, meant: […]
10:59 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) updated by Adam Nelson
I agree with jedie. Good example: […] I think the …
7:23 AM Ticket #12392 (Generic views - Create_object generic view does not provide a way to pre-populate a ...) updated by bjourne
I came here from google because I had the same problem and I want to …
5:44 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by anonymous
Textarea tag should be rendered with cols="" and rows="" attributes, …
2:44 AM Ticket #14331 (Documentation - Clarify where to append sys.path.append in mod_wsgi docs) created by alist@…
Hey Guys, Just a quick suggestion with regards to the mod_wsgi …
1:37 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by Łukasz Rekucki
Owner, Milestone changed
1:35 AM 13190_empty_auth_backends.diff.2 attached to Ticket #13190 by Łukasz Rekucki
Use new exception syntax.
12:27 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by Russell Keith-Magee
Triage Stage, Patch needs improvement, Needs documentation, Needs tests changed
I'm going to accept this; Given the changes in 1.2 to the cycle tag, …

Sep 22, 2010:

10:12 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Gabriel Hurley
My limiting factor here is backwards compatibility. I don't love this …
9:16 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Alex Gaynor
Indeed, an API that allowed for fewer queries is a good idea, but just …
9:13 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
Having a closer look at this when I'm not engaged in a whirlwind of …
9:00 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Alex Gaynor
The code really should be changed to use the `raise …
8:59 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Alex Gaynor
FTR this strikes me as a really bad API. There is no compelling …
7:56 PM Ticket #13790 (Contrib apps - Docs for CurrentSiteManager indicate an M2M field called "sites" will ...) updated by Paul McMillan
Triage Stage changed
This patch looks good and applies for me. Marking as RFC.
7:49 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Paul McMillan
Triage Stage changed
This patch looks good to me. Marking as RFC.
7:48 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Gabriel Hurley
Added an updated patch which applies cleanly to trunk.
7:47 PM 13190_empty_auth_backends.diff attached to Ticket #13190 by Gabriel Hurley
7:40 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Paul McMillan
Triage Stage changed
This looks good to me, and it seems to pass all the tests on my …
6:54 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) updated by Gabriel Hurley
Status, Owner changed
yay! glad I'm not crazy. I have the feeling the best solution here is …
6:52 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) updated by Alex Gaynor
Triage Stage changed
6:40 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) updated by Gabriel Hurley
Status, Owner, Has patch changed
6:39 PM image_storage_read_binary.diff attached to Ticket #14330 by Gabriel Hurley
sets the mode flag to 'rb' for the InconsistentGetImageDimensions test …
6:39 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) created by Gabriel Hurley
On my windows xp machine (not on my mac os x box) the …
5:54 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) updated by Alex Gaynor
Triage Stage changed
Buildbots confirm: …
5:47 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) created by Gabriel Hurley
I'm getting the following test failure when I run the test suite using …
4:35 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) closed by halturin
invalid
4:16 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) updated by halturin
Component changed
4:11 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) created by halturin
here is traceback in the django shell: […] db …
3:59 PM Ticket #14327 (Uncategorized - Custom Manager not honored in related queries) updated by danols@…
Please change reported by to my e-mail: danols@…
3:58 PM Ticket #14327 (Uncategorized - Custom Manager not honored in related queries) created by anonymous
Dear awesome Django team, I believe the below is a bug based on the …
12:58 PM Ticket #494 (contrib.admin - Collapse in admin interface for inline related objects) updated by Marc Aymerich
Cc changed
12:00 PM DevelopersForHire edited by jcarstens
(diff)
9:24 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Needs tests changed
sry, accidentaly removed the needs_tests flag
9:20 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Status, Owner, Needs tests changed
9:18 AM Ticket #14326 (Documentation - packages not properly decoupled from project in tutorial) closed by Russell Keith-Magee
duplicate: Duplicate of #14216, #13865, #13507, #12126, #11464, #11424, #11172, …
9:08 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Replying to Alex: regression test attached
9:04 AM fix_genericforeignkey_comparison_and_add_regressiontest.diff attached to Ticket #14325 by Martin Natano
fix + regressiontest
8:57 AM Ticket #14326 (Documentation - packages not properly decoupled from project in tutorial) created by bestform <webmaster@…>
On http://docs.djangoproject.com/en/dev/intro/tutorial03/ you write …
8:17 AM DevelopersForHire edited by subhranath
(diff)
5:52 AM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Gabriel Hurley
Summary, Patch needs improvement, Triage Stage changed
I completely agree with modulatrix that any iterable that will yield …
5:46 AM add_remove_querysets_v2.diff attached to Ticket #13240 by Gabriel Hurley
new and improved version that handles iterables (not just querysets)
3:07 AM Ticket #717 (HTTP handling - If-Modified-Since checked for exact match) reopened by Luke Plant
Accepted after discussion on mailing list, and a valid use case based …
2:58 AM Ticket #14283 (Contrib apps - AttributeError on admin detail page after r13708) updated by rene.puls@…
I have spent some more time tracking down this problem. Here is what I …
2:57 AM testcase14283.tar.gz attached to Ticket #14283 by rene.puls@…
Minimal test case

Sep 21, 2010:

10:41 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Michael Manfre
jdunck, thanks for the feedback. I'm not sure it's worth the time to …
10:07 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by berto
+1 I sat down to write some tests on a new application and there's …
8:50 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Jeremy Dunck
Patch needs improvement changed
Feedback as I come across things -- I somehow didn't notice Jacob's …
7:55 PM Ticket #11441 (Documentation - Signal documentation should mention 'weak' parameter for connect) updated by Brian Neal
Cc changed
7:43 PM Ticket #11509 (Documentation - Incorrect capitalisation of web in Widget documentation) updated by Derek Willis
Has patch, Version changed
7:42 PM 11509.diff attached to Ticket #11509 by Derek Willis
7:36 PM Ticket #11509 (Documentation - Incorrect capitalisation of web in Widget documentation) updated by Derek Willis
Status, Owner changed
7:12 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) updated by Karen Tracey
Perhaps the anonymous re-opener meant to say it should be marked as …
6:38 PM Ticket #11561 (contrib.admin - raw_id_fields requires that the user has change permissions on the ...) updated by zbyte64
Possible fix would be to add a has_view_permission and the …
6:37 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) closed by Russell Keith-Magee
fixed: No, the docs really don't say that (any more). As of [13364], that …
5:41 PM Ticket #14324 (Core (Other) - Django not rotating logs) closed by Karen Tracey
invalid: This Trac is for reporting bugs in Django. Currently Django does not …
5:31 PM Ticket #14323 (Core (Other) - ModelChoiceField does not catch ValueErrors in to_python()) closed by Karen Tracey
duplicate: Duplicate of #11716
4:57 PM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Alex Gaynor
Needs tests, Triage Stage changed
4:53 PM fix_genericforeignkey_comparison.diff attached to Ticket #14325 by Martin Natano
4:52 PM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) created by Martin Natano
Supposing you have a model with a GenericForeignKey: […] and a …
4:22 PM Ticket #14324 (Core (Other) - Django not rotating logs) updated by mikewash
4:22 PM Ticket #14324 (Core (Other) - Django not rotating logs) created by mikewash
System Information: Python 2.5.2 Apache 2.2 Windows XP I was trying …
2:47 PM Ticket #14323 (Core (Other) - ModelChoiceField does not catch ValueErrors in to_python()) created by Mike C. Fletcher
If you have an integer field reference (common) and a user passes a …
2:33 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by Luke Plant
(In [13865]) [1.2.X] Fixed #12019 - backwards compatibility issues …
2:33 PM Changeset [804719ff]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Fixed #12019 - backwards compatibility issues with cache_page …
2:32 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) closed by Luke Plant
fixed: (In [13864]) Fixed #12019 - backwards compatibility issues with …
2:32 PM Changeset [9d6eeeec]mainstable/1.10.xstable/1.11.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 #12019 - backwards compatibility issues with cache_page …
2:17 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) reopened by anonymous
IMO this feature addition should be marked as added in 1.2, since the …
1:31 PM DevelopersForHire edited by jcarstens
(diff)
1:24 PM DevelopersForHire edited by jcarstens
(diff)
12:34 PM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by asinox@…
I would like to help with this, but i cant find any Google groups …
11:23 AM Ticket #12090 (contrib.admin - Show admin actions on the edit pages too) updated by hamlet
Regarding the design issue let me propose to allow for a list of …
7:43 AM 14223.2.diff attached to Ticket #14223 by Ramiro Morales
Enhanced patch, check for django.db.IntegrityError instead of …
6:03 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by Chris Beaven
Milestone changed
How about we slate it for 1.3 then. Get some discussion going in …
5:58 AM Ticket #14322 (Forms - Please set default values for required and error css classes) created by dfoerster
I'm very happy about the fix for #3512 which makes it possible to set …
2:31 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by anonymous
Same problem as I've duplicated …
2:28 AM Ticket #14321 (Database layer (models, ORM) - IPAddressField inserted as empty string although null=True) closed by anonymous
duplicate: Sorry for the dupe. Same problem as …
1:43 AM Ticket #14321 (Database layer (models, ORM) - IPAddressField inserted as empty string although null=True) created by rihad@…
I have these fields in a model: […] When I "wrap" this model in a …
12:54 AM Ticket #14320 (Documentation - MySQL documentation needs to note lack of support for timezone info...) created by RantyDave
The current (5.1.50) version of MySQL has no support for timezone …
12:38 AM geos_validreason.1.diff attached to Ticket #14318 by Robert Coup
Patch against r13683 (without the random test_sqlite change this time)

Sep 20, 2010:

11:44 PM CaseStudyLeads edited by Jeremy Dunck
(diff)
11:03 PM new_test_signals_patch.diff attached to Ticket #14319 by Jim Dalton
Patch to add test_setup and test_teardown signals to Django test framework
11:02 PM Ticket #14319 (Testing framework - Add signals test_setup and test_teardown to Django test suite runner ...) created by Jim Dalton
I would like to submit a proposal (with patch) for two new signals to …
9:49 PM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by CarlFK
Until the code is fixed, how about fixing the docs: …
9:04 PM Ticket #14223 (Database layer (models, ORM) - Inconsistent exception raising on DB integrity errors) updated by Ramiro Morales
Description changed
8:52 PM CaseStudyLeads edited by Jeremy Dunck
(diff)
8:45 PM Ticket #14318 (GIS - Add GEOSGeometry.valid_reason) created by Robert Coup
When you're messing with geometries it's handy to find out the reason …
7:22 PM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by Alex Gaynor
So I've been thinking about this, and I'm wondering whether it perhaps …
7:17 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by Ramiro Morales
worksforme: Most surely that's the reason of the failures you are seeing. WinZip …
6:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by gefisher
Replying to ramiro: > >>> Some things to check: Could be …
4:26 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by Ramiro Morales
With the steps I took to reproduce this we've discovered that the …
3:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) reopened by gefisher
I've never installed Django before...this is a first for me. No ideas …
3:04 PM Ticket #13914 (contrib.auth - Add natural keys to contrib.auth.User and Group models) updated by Cesar Canassa
Cc changed
I am using his patch right now, so I can confirm that it works.
3:03 PM DjangoFriendlyWebHosts edited by MJones
Added Media Temple (ve) Server to the VPS options (diff)
2:59 PM Ticket #9806 (GIS - GeometryField crashes contrib.gis.admin) updated by Paul Winkler
Patch works for me against Django 1.2.3, at least against points. I …
2:45 PM Ticket #14317 (Internationalization - numberformat.format produces wrong results) created by Anssi Kääriäinen
The problem: […] It can be fixed with using '%.2f' % number (the …
2:31 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) closed by Paul Winkler
duplicate: doh. just found #9806. The most recent patch …
2:25 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) created by Paul Winkler
Given a model like this: […] And an Admin class like this: […] …
2:05 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Michael Manfre
The smart_str calls were added to make the incr() and decr() functions …
1:09 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Alex Gaynor
Triage Stage changed
Please don't mark your own tickets as RFC. In this case I'm not sure …
1:06 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by Marc Aymerich
Cc changed
12:54 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Michael Manfre
Milestone, Owner, Triage Stage changed
11:45 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by Ramiro Morales
worksforme: Tried this with: * Windows XP 32 bits * Python 2.5.2 * Django …
11:41 AM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) created by Michael Manfre
cache.incr() and cache.decr() fail for memcached when delta < 0.
11:33 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Michael Manfre
For clarification, I'm assuming you mean the Django API loosely mimics …
10:47 AM Ticket #8217 (Forms - Alphabetical sorted FilePathField) updated by paparent
Will this issue be fixed ?
10:45 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) closed by Jacob
wontfix: Django's cache API deliberately mimics memcached's API. Specifically, …
10:07 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) created by gefisher
Hi, I have Windows 2000 pro. and Python 2.5.2 which I've been working …
9:13 AM CaseStudyLeads edited by Peter Baumgartner
Added Cisco (diff)
9:08 AM Ticket #9682 (Database layer (models, ORM) - icontains can be case-sensitive on MySQL) updated by Jakub Roztočil
Specifying COLLATE in comparisons and ORDER BY clause is a very common …
8:44 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) updated by Ramiro Morales
Could you reduce your model and correspoding ModelAdmin to the …
8:38 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
Was this with just the latest patch to this ticket, or also with …
8:12 AM Ticket #9535 (Documentation - File uploads documentation is patchy) updated by onelson
This just came up on the mailing list, and as I started to look at the …
5:38 AM Ticket #14310 (Uncategorized - MySQL - collate in queries) closed by Karen Tracey
duplicate: This is essentially #9682
4:33 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Teemu Kurppa
Just a quick update that the latest patch by akaariai is a great …
4:27 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) created by Julian
I have a model with a field *timestamp_month* which I've added to the …
3:22 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
There is a different approach to all this. Cache the format string for …
2:28 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by Wagner Sartori Junior
Cc changed
Replying to toxik: > Why isn't this merged into trunk …
1:59 AM Ticket #14217 (Core (System checks) - Add validation for model field name the same as the model name when ...) updated by Vlastimil Zíma
Cc changed
Note: See TracTimeline for information about the timeline view.
Back to Top