Timeline
08/07/2009:
- 22:52 Ticket #11648 (translation.get_language() should remove sublanguage code if it is not ...) closed by
- duplicate: Dupe of #9340.
- 22:33 Ticket #11664 (Invalid SQL is generated as part of the aggregation unit tests) closed by
- invalid: I've printed out the SQL from every single call in those functions and …
- 22:07 Ticket #11608 (Django version in documentation should be 1.1) closed by
- fixed: Fixed in r11413
- 21:56 Changeset [34b4d1e]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/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
- Bumped the version number in the docs to reflect Djagno 1.1 is …
- 21:34 Ticket #11665 (django.test.TestCase should flush constraints) created by
- In Postgresql, constraints are set DEFERRABLE INITIALLY DEFERRED. …
- 20:10 Ticket #11664 (Invalid SQL is generated as part of the aggregation unit tests) created by
- The following Django 1.1 unit tests seem to generate invalid SQL: …
- 19:34 Ticket #4339 (Override an existing file, using Model.save_FIELD_file method,) closed by
- duplicate: Since the original issue is very out of date after filesystem …
- 19:30 Ticket #11663 (Delete orphaned replaced files) created by
-
When using a model instance with a
FileField
(or subclass), you can … - 18:52 Ticket #6231 (SelectDateWidget: field order as a result of DATE_FORMAT) closed by
- fixed: (In [11412]) [soc2009/i18n] Fixed #6231. SelectDateWidget uses …
- 18:33 Ticket #11662 (Filtered Queryset update() on a Proxy Model updates all records) created by
- Here's my models: […] When I run: {{{ …
- 14:22 Version1.2Features edited by
- (diff)
- 11:12 Ticket #11661 (database backup) closed by
- invalid: Please ask usage questions on django-users or #django channel.
- 11:09 Ticket #11661 (database backup) created by
- we are using django for our student information system. and mysql is …
- 10:21 Ticket #11660 (mod_python handler does not set inbound content-type correctly) created by
- The mod_python handler does not set the inbound content-type properly …
- 09:12 Ticket #11659 (Minor typo in 1.1 release notes) created by
- The word "saved" is repeated under "Names of uploaded files are …
- 07:12 Ticket #11657 (Displaying Data from database(MySql)) closed by
- invalid: It's not a forum ! You can report bugs here, not asking questions. …
- 03:52 Ticket #11658 (mysql backend doesn't define a max_name_length()) created by
- MySql has a limit on the length of table, constaint, etc. names …
- 02:24 Ticket #11656 (JavaScript code in django default server) closed by
- invalid: please use the mailing list for questions.
- 02:22 Ticket #11657 (Displaying Data from database(MySql)) created by
- I am new in using Django and I want to display multiple rows from the …
- 02:11 Ticket #11656 (JavaScript code in django default server) created by
- Hello I am using django's default server. I have created web …
- 01:39 Version1.2Features edited by
- (diff)
- 01:39 Version1.2Features edited by
- (diff)
08/06/2009:
- 21:58 Ticket #11655 (--indent and --format in the manage.py docs is misleading) created by
- The way it's written now, it seems like the way to have your dump …
- 21:24 Ticket #11547 (Delete all takes a lot of time) closed by
- wontfix: Django emulates CASCADE on delete behavior for deletes.
- 21:23 Ticket #11548 (choices in models.CharField accepts method but no property) closed by
- invalid: Properties can only exist on instances of a class, therefore you're …
- 21:19 Ticket #11568 (Ordering by related attributes makes distinct() break) closed by
- invalid: This is documented: …
- 21:06 Ticket #11631 (Deleting related objects which use a GenericKey in an inherited model ...) closed by
- duplicate: Duplicate of a previous ticket (which I can't find right now).
- 18:57 Ticket #11646 (Use refered model.verbose_name as default) closed by
- invalid: Err.... no, it shouldn't. Here's why: {{[ class Group(models.Model): …
- 18:40 Ticket #11654 (Allow query objects to be passed into the extra ORM method) closed by
- wontfix: This is already possible using query.as_sql(), however that's an …
- 18:37 Ticket #11653 (Manager not inherited in model inheritance) closed by
- wontfix: This works as documented: …
- 18:34 Ticket #11654 (Allow query objects to be passed into the extra ORM method) created by
- It would be really handy (and probably also make ORM querys that use …
- 18:29 Ticket #11653 (Manager not inherited in model inheritance) created by
- I have a base model that defines some published fields and has a …
- 18:11 Ticket #11627 (Allow users to run individual test suites using manage.py) reopened by
- Replying to mmalone: > It's already possible to run …
- 17:51 Ticket #11220 (__similar in filter) closed by
- wontfix: This is not a feature of most RDBMS as far as I know. I suggest …
- 17:51 Ticket #11632 (show_hidden_initial=True produces invalid HTML) reopened by
- 17:51 Ticket #11632 (show_hidden_initial=True produces invalid HTML) closed by
- fixed
- 17:47 Ticket #11199 (Select_related added to the query set will produce empty result) closed by
- invalid: Marking as invalid, your Models need to match your DB.
- 17:39 Ticket #11627 (Allow users to run individual test suites using manage.py) closed by
- invalid: It's already possible to run individual test cases or test methods via …
- 17:34 Ticket #11081 (Page rendering fails after upgrading to r10703) closed by
- worksforme: No new information after 2 months, I'm going to close as worksforme.
- 17:27 Ticket #11019 (Admin inlines queryset) closed by
- duplicate: Marking as a dupe of #10761 as mrts notes.
- 17:09 Ticket #10942 (Cannot pass a string of comma separated values or an iterable to ...) closed by
- invalid: I'm closing this again, since these methods work the exact same way as …
- 17:07 Ticket #10939 (Allow for dynamic registration of inlines into an admin model) closed by
- invalid: Closing as invalid since it's still possiblem either my monkey patch …
- 16:54 Ticket #11649 (Error 'BaseQuery' object has no attribute 'extra' after applying 1.1 ...) closed by
- invalid: Please ask on django-users or #django channel and reopen with more …
- 16:53 Ticket #10815 (improved description for accessing foreign keys in templates) closed by
- duplicate: Accessing attributes is clearly documented in the template docs.
- 16:47 Ticket #11647 (Support for reversing urls in conjunction with subdomains) closed by
- duplicate: Duplicate of #8896
- 16:46 Ticket #10760 (Some session data gets lost between multiple concurrent request) closed by
- invalid: Django saves the session at the end of every request, if you want to …
- 16:43 Ticket #10755 (contrib.auth.tests.views.PasswordResetTest fails with custom template) closed by
- duplicate: This is a dupe of another ticket that tracks that auth tests fail with …
- 16:37 Ticket #10707 (Sphinx & LaTeX: too many nesting section levels for LaTeX) closed by
- wontfix: Since ramiro has said it's fixed in Sphinx 0.6.2 closing as it's not …
- 16:36 Ticket #10636 (Development server fails if settings module does not define ...) closed by
- invalid: I agree with Karen, this is doing exactly what it says, any request …
- 16:34 Ticket #9302 (postgresql: currval of sequence is not yet defined in this session: fix) closed by
- duplicate: Dupe of #1946
- 16:33 Ticket #4679 (django-admin.py maybe not in system path after setup.py installation ...) closed by
- worksforme: If an installer doesn't install Django correctly we can't be …
- 15:28 Ticket #11652 (Simultaneous editing of a record via the admin interface silently ...) created by
- I am seeing the following situation. 1. sign into admin as user A in …
- 15:07 Ticket #11651 (Allow list_editable form fields to be customized separately from ...) created by
- Form fields used by list_editable in the admin can be customized by …
- 15:00 Ticket #11650 (Add .gitignore for unofficial mirrors.) created by
- I mostly expect this to be "won't fixed", but it would be very useful …
- 14:02 Ticket #11649 (Error 'BaseQuery' object has no attribute 'extra' after applying 1.1 ...) created by
- This occured immediately after I applied the 1.1 release onto a site …
- 14:01 Version1.2Features edited by
- (diff)
- 14:00 Version1.2Features edited by
- Reorder stuff (diff)
- 13:58 Ticket #11648 (translation.get_language() should remove sublanguage code if it is not ...) created by
-
When
translation.get_language_from_request()
processes the … - 13:41 Version1.2Features edited by
- (diff)
- 13:40 Version1.2Features edited by
- (diff)
- 13:40 Ticket #11647 (Support for reversing urls in conjunction with subdomains) created by
- Some projects use request.urlconf to be able to use subdomains at all, …
- 13:36 Version1.2Features edited by
- (diff)
- 13:36 Ticket #11646 (Use refered model.verbose_name as default) created by
- If user defined verbose_name for the model, it should be used as …
- 13:36 Version1.2Features edited by
- (diff)
- 13:31 Ticket #6508 (contrib.syndication feed links break with https-urls) closed by
- fixed: This ticket was fixed 18 months ago, if you believe there is a new …
- 13:23 Ticket #6508 (contrib.syndication feed links break with https-urls) reopened by
- This patch drops feed links to HTTP, it does not cope with when the …
- 10:31 Ticket #8369 (syncdb fails with the auth application) closed by
- worksforme: Your traceback doesn't show the same problem as originally reported. …
- 10:09 Ticket #11643 (URLField can't recognise a well-formed URL) closed by
- invalid: The URL regex is looking for a domain name, the string 'localhost' or …
- 09:53 Ticket #11499 (The default clean session will certainly not work with a huge session ...) closed by
- invalid: Just because you forgot to add an index, does not make it a bug or …
- 09:24 Ticket #11644 (Allowing single values instead of tuples for choices in ChoiceField) closed by
- wontfix: On a purely procedural note - Nobody in the core or triage team is …
- 08:17 Ticket #11645 (Updated French translation for 1.1) created by
- Here is a patch to update the French translation for Django 1.1
- 07:32 Ticket #8369 (syncdb fails with the auth application) reopened by
- I can reproduce the problem with python 2.5.2, postgreSQL 8.0.15, …
- 06:51 Ticket #11644 (Allowing single values instead of tuples for choices in ChoiceField) created by
- At the moment, when I want set choices for a ChoiceField, I have to …
- 04:36 Ticket #11451 (Retrieving forms fields that are specific to a certian base class) closed by
- invalid
- 03:18 Ticket #11643 (URLField can't recognise a well-formed URL) created by
- I tried to set a URLField (verify_exists=False), to …
- 03:18 Version1.2Features edited by
- added ticket for App Engine (diff)
08/05/2009:
- 23:02 Ticket #10678 (Confusing error when django.root has a trailing slash) closed by
-
duplicate: Duplicate of #9270. Anybody putting
django.root = "/"
hasn't read … - 22:40 Ticket #11500 (Documentation on commands is sparse.) closed by
- duplicate: Duplicate of #9170
- 22:06 Ticket #10678 (Confusing error when django.root has a trailing slash) reopened by
- I can consistently induce a similar error by setting django.root to …
- 20:38 Ticket #11638 (HttpResponseRedirect to a file causes UnicodeEncodeError) closed by
- duplicate: Fixed formatting -- please use preview. The description for #11522 …
- 20:34 Ticket #11642 (Specify default namespace in urls.py) created by
- The new URL namespace feature is great, but could be made a little …
- 18:56 Ticket #11641 (using BooleanField with FormSet) closed by
- invalid: You need to set required=False. This is a …
- 18:15 Ticket #6533 (Syndication Framework: Item titles and descriptions double-escaped) reopened by
- 17:58 Version1.2Features edited by
- (diff)
- 16:09 Version1.2Features edited by
- (diff)
- 15:01 GeoDjangoUbuntuInstall edited by
- Changed a "make install" to "sudo make install" in short version. (diff)
- 13:16 Ticket #11641 (using BooleanField with FormSet) created by
- When constructing a FormSet from a Form with a BooleanField, it seems …
- 13:06 Ticket #6533 (Syndication Framework: Item titles and descriptions double-escaped) closed by
- fixed
- 13:03 Ticket #11640 (1.1 Test framework fails if CACHE_BACKEND = dummy) created by
- 1.1 seems to fail built-in contrib/sessions/test.py if the cache api …
- 11:39 Ticket #11639 (Can't remove prepopulated fields from fieldset in ModelAdmin) created by
- I'd like to propose that when the prepopulated fields argument that is …
- 11:03 Version1.2Features edited by
- (diff)
- 09:23 Localization edited by
- (diff)
- 09:16 Ticket #11068 (Wrong language code for Norwegian (Bokmål)) closed by
- fixed: (In [11402]) [soc2009/i18n] Fixed #11068. Norwegian Bokmal code fixed
- 08:44 Ticket #11638 (HttpResponseRedirect to a file causes UnicodeEncodeError) created by
- I'm trying to download via GET a file with name in russian and getting …
- 07:49 Localization edited by
- fixed serbian codes, added Janos as a translator (diff)
- 06:57 Ticket #11637 (Formats missing for most locales) created by
- In [11377] incomplete formats for every locale has been added to …
- 06:28 Ticket #11636 (New intdot function for django.contrib.humanize) closed by
- duplicate: Duplicate of #3940 and is fixed in branches/soc2009/i18n-improvements.
- 05:59 Ticket #11636 (New intdot function for django.contrib.humanize) created by
- Hi all. I would like to contribute with a little function for the …
- 02:21 Ticket #11635 (testserver doesn't work with GeoDjango) created by
-
The
testserver
management command doesn't work with GeoDjango since …
08/04/2009:
- 18:09 DevelopersForHire edited by
- Added me. (diff)
- 15:01 Ticket #11634 (OpenLayers default position) created by
- The openlayers.js templet don't take the display projection setting …
- 12:50 Version1.2Features edited by
- Adding ORM identity mapping (diff)
- 11:18 Ticket #11633 (Stop requiring DJANGO_SETTINGS_MODULE when using settings.configure) created by
- Currently, django requires both that there is a …
- 09:42 Version1.2Features edited by
- added proposal to complete comment approval process (diff)
- 08:24 Version1.2Features edited by
- Removed reference to the v1.2 milestone. It isn't a vetted list, plus … (diff)
- 07:11 Version1.2Features edited by
- (diff)
- 04:52 Ticket #11632 (show_hidden_initial=True produces invalid HTML) created by
- When you have a model like this: […] And a Form like this: …
Note: See TracTimeline
for information about the timeline view.