Timeline
01/26/2007:
- 21:47 Ticket #3377 ([patch] Infinite loop in LazyDate) created by
-
__getattr__
and__get_value__
methods of LazyDate creates … - 17:45 Ticket #3376 (newforms.Form.clean_data is not read-only) created by
- Is it possible to make newforms.Form.clean_data immutable? I'm kind …
- 17:31 Ticket #3375 ([patch] swedish translation update) created by
- Works for me :)
- 15:36 Ticket #3374 (Errors on "Save as new" preclude saving a new record) created by
- If you save a record with "Save as new" and there are errors, you are …
- 15:28 Ticket #3373 (verbose_name_plural and internationalization) created by
- In Czech (Polish, Russian etc..) are more than 2 forms. In English: 1 …
- 14:52 DevelopersForHire edited by
- removing myself since I haven't done any proper Django work in ages (diff)
- 14:50 Ticket #2870 (contrib.admin change_list reorders queryset) closed by
- invalid: This patch screws up regular single-column sorting in the Admin …
- 14:41 Localization edited by
- I Just volunteered for swedish translation (diff)
- 12:55 Ticket #3372 (django.contrib.auth.views.password_change is tied to the URL ...) created by
- There's a problem when trying to set up your login/auth URLs different …
- 11:48 DjangoPoweredSites edited by
- (diff)
- 11:42 Ticket #3371 (Filter to get dict's value by key name (for the purpose of enabling ...) created by
- Filter's description is in summary. Example usage: […] Filter: …
- 00:35 Ticket #3370 ([patch] newforms: form.save() raises UnicodeEncodeError when form ...) created by
- Hello everyone I've found the following bug with newforms: when one …
- 00:31 Ticket #3369 (reverse caching of foreign keys) created by
- It would be nice if Django were to cache the reverse value of foreign …
01/25/2007:
- 21:48 Ticket #1759 (ManyToMany DoesNotExist exception when saving in the admin interface) closed by
- worksforme: I'm marking this as worksforme, as I'm unable to confirm this on a …
- 20:44 Ticket #1722 ([patch] Exclude filter for the admin) closed by
- wontfix: Marking as wontfix given the comments above. If someone can provide a …
- 17:37 Ticket #3368 (Add USStateField and PhoneNumberfield to django.newforms.fields) created by
- The summary says it all.
- 16:39 SetupOnTiger edited by
- Fink install + psycopg2 (diff)
- 16:28 SetupOnTiger edited by
- (diff)
- 15:19 DjangoPoweredSites edited by
- (diff)
- 12:54 DjangoPoweredSites edited by
- (diff)
- 09:24 Ticket #3367 (Overloading save_<fieldname>_file for Filefields and ImageFields broken) created by
- The save_<fieldname>_file is not called when an object of a class …
- 07:53 Ticket #3098 ([patch] rename m2m table) closed by
- fixed: (In [4429]) Fixed #3098 -- Added db_table parameter to m2m fields, …
- 07:47 Changeset [54feaca7]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #3098 -- Added db_table parameter to m2m fields, allowing the …
- 07:40 Ticket #1423 ([patch] MySQL get_data_trunc_sql using DATE_FORMAT() instead) closed by
- fixed: Ok, thanks. The last bit of code for this ticket happened in [2735].
- 05:36 Ticket #3215 (Deletion of objects with a GenericRelation(X) deletes unrelated X ...) closed by
- fixed: (In [4428]) Fixed #3215, #3081, #2749 -- Fixed problem with mistaken …
- 05:36 Ticket #3081 ([patch] Fix deleting objects with generic relation) closed by
- fixed: (In [4428]) Fixed #3215, #3081, #2749 -- Fixed problem with mistaken …
- 05:35 Ticket #2749 ([patch] Deleting object with generic relation does not work with one to one) closed by
- fixed: (In [4428]) Fixed #3215, #3081, #2749 -- Fixed problem with mistaken …
- 05:24 Changeset [12ad69c0]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of …
- 00:17 CookBookPasswordGreasemonkeyUserScript edited by
- (diff)
01/24/2007:
- 23:20 Ticket #3366 (Replace datatuple with object in send_mass_mail parameters) created by
- With the features wanting to be added for sending mail (attachements …
- 23:14 Ticket #3365 (Error in permission docs) closed by
- invalid: permission docs page? URL?
- 23:02 Ticket #3365 (Error in permission docs) created by
- The permission docs page raises a 404 error
- 22:24 Ticket #1430 (custom templatetags, custom tag/filter definitions file naming convention.) closed by
- worksforme
- 20:56 DjangoUsers edited by
- Add Japan User group's activity (diff)
- 19:10 Ticket #3076 (Docs should recommend psycopg2, not recommend against it) closed by
- duplicate: marking this a dup of #3364 since it has a patch.
- 18:54 Ticket #3333 (Documentation should use relative links, not hard-coded ...) closed by
- fixed: (In [4420]) Fixed #3333 -- Docs now use relative links, not hard-coded …
- 18:53 Ticket #3302 ([patch] move documention snippet from models-api to django-admin) closed by
- fixed: (In [4425]) Fixed #3302 -- Added small note to docs/django-admin.txt …
- 18:53 Changeset [dfee6b32]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #3302 -- Added small note to docs/django-admin.txt about …
- 18:52 Ticket #3299 ([patch] the name of project cannot have the name "site") closed by
- fixed: (In [4424]) Fixed #3299 -- Added 'site' to the list of …
- 18:52 Changeset [de60cf04]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and …
- 18:47 Ticket #2133 ([patch] Invalid session cookies shouldn't cause fatal errors) closed by
- fixed: (In [4423]) Fixed #2133 -- Invalid session cookie no longer causes …
- 18:47 Changeset [9d943558]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #2133 -- Invalid session cookie no longer causes fatal error. …
- 18:44 Ticket #1336 ([patch] USStateField do_html2python(data) throws exception when data ...) closed by
- fixed: (In [4422]) Fixed #1336 -- USStateField no longer throws exception …
- 18:43 Changeset [81c83901]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #1336 -- USStateField no longer throws exception when data is …
- 18:41 Ticket #3363 (Please reopen a few tickets) closed by
- fixed: Done.
- 18:41 Ticket #3320 ([patch] update simplejson to the 1.5 version) reopened by
- 18:41 Ticket #3309 (prepopulate_from JS helper script passes some non latin-1/ascii chars) reopened by
- 18:41 Ticket #3279 (python-mysql-1.2.0 has a bug with threading, raising 'ReferenceError: ...) reopened by
- 18:40 Ticket #3075 (Ifequal tag extension to handle mask operators) reopened by
- 18:13 Ticket #3364 (install.txt states psycopg2 is in beta and recommends psycopg1) created by
- install.txt: […] Note that psycopg1 is now "obsolete" …
- 16:22 LittleEasyImprovements edited by
- Updated status on #2762 (diff)
- 15:40 Ticket #3012 (Traceback when using locmem cache backend) reopened by
- 15:15 Ticket #3012 (Traceback when using locmem cache backend) closed by
- worksforme: Replying to Gary Wilson <gary.wilson@gmail.com>: > {{{ > …
- 14:52 Ticket #3363 (Please reopen a few tickets) created by
- Hi Jacob, these tickets should be reopened, I only closed them …
- 14:11 Changeset [1b0b3feb]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed ReST error in docs/contributing.txt git-svn-id: …
- 14:08 Changeset [8e54c497]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Fixed #3333 -- Docs now use relative links, not hard-coded …
- 13:57 Changeset [d0672a7]stable/0.91.x by
- 0.91-bufixes: Backport [4244] for those using legacy Django with …
- 13:55 Changeset [78217bfc]stable/0.90.x by
- 0.90-bugfixes: Backporting [4244] for those using legacy Django with …
- 12:44 Ticket #1616 ([patch] order_by breaks with a table_prefix and column descending.) closed by
-
duplicate: duplicate of #2210
the syntax
order_by('table.column')
was only … - 12:40 Ticket #3248 (order_by for a related table generates wrong query if the requested ...) closed by
- duplicate: duplicate of #2210 The correct usage in your case is …
- 12:37 Ticket #2076 (order_by with related table does not work) closed by
- duplicate: duplicate of #2210, which has a working patch.
- 12:08 DjangoPoweredSites edited by
- (diff)
- 10:34 Ticket #3362 (Add HttpResponseNoContent response type) created by
-
Add a
django.http.HttpResponseNoContent
class which encapsulates … - 10:33 Ticket #3361 (Create Database Views from the Model) created by
- Currently it is not possible to create database views from the Models …
- 10:21 Ticket #2625 (TIME_ZONE setting inadequate behaviour) closed by
- worksforme: Your database time is probably wrong. Please ask in the django-users …
- 10:03 Ticket #2919 (ReferenceError? at / weakly-referenced object no longer exists) closed by
- duplicate: duplicate of #3279 (but there with apache/fastcgi/threaded).
- 09:32 Ticket #2885 (get_cached_row and hence select_related dead loop on circular ForeignKeys) closed by
- duplicate: duplicate of #3288
- 09:29 Ticket #3360 (One Django badge on community page is cut off.) created by
- Hello, 80x15 A Django site (grey) badge on the community page …
- 09:04 Ticket #1821 ([patch] use module level attribute app_label for models. Support ...) closed by
- wontfix: I retract this because of the problems I stated.
- 07:48 Ticket #3359 (Add "Current server time" to the bottom of code.djangoproject.com) created by
- It's completelly wishlist so feel absolutely free to close as wontfix …
- 07:26 Ticket #3352 (failing sqlite3 query with error "database or disk is full") closed by
- invalid: I made a custom little script to copy all my tables to a new database, …
- 02:29 Ticket #3358 (select_related() should work with ValuesQuerySets) created by
- (Some of you may be reading this for the second or third time since I …
01/23/2007:
- 23:23 Changeset [788f8f74]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- newforms: Implemented NullBooleanField and NullBooleanSelect …
- 23:09 Ticket #3357 (Make Django's server optionally multithreaded) created by
- See discussion here: …
- 22:16 Ticket #1476 (New field option: edit_external=True) closed by
- wontfix: Closing due to the fact this isn't going to happen in it's current form.
- 22:13 Ticket #1490 (if __repr__ returns an int, {% debug %} gets an exception) closed by
- invalid: Maybe the code has changed since this ticket, but I can't see why …
- 21:30 Changeset [85fe107]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- Made tiny grammar change to docs/newforms.txt. Thanks, Rex …
- 18:41 Ticket #3260 (inserting date filed value into MySQL) closed by
- invalid: Can we get a test case to confirm this as an issue?
- 14:23 Changeset [8a6c337f]attic/gisattic/queryset-refactorattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.96.xstable/1.0.xstable/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
- newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, …
- 14:04 DjangoPoweredSites edited by
- Added aromart.kiev.ua (diff)
- 13:59 Ticket #3356 (Ability to turn off new message in the Message framework when using ...) created by
- It would be great if Django provided a parameter to disable creating a …
- 11:59 DjangoPoweredSites edited by
- Added blinkinblogs.net -- now powered by Django. (diff)
- 10:28 Ticket #3336 (Link to Ticket System on "Community" page is broken) closed by
- fixed: Fixed in [4401]. Thanks!
- 10:19 Ticket #3355 (filter() with related table stomps on extra(tables)) created by
- I started a discussion here with no responses so I thought I'd file a …
- 08:55 Ticket #371 (random filter in template throws an error) closed by
- fixed: The patch is no longer valid as things have moved to another file, but …
- 08:10 NewForms edited by
- added arguments to URLField (diff)
- 07:43 NewForms edited by
- (diff)
- 06:18 Ticket #3353 (NullBooleanField is not translated) closed by
- duplicate: I believe this was recently fixed in @4398, could you please upgrade …
- 06:14 Ticket #3354 (Tutorial pages on website should direct users to django-users with problems) created by
- I've just cleaned up #2592 and cross-referenced it with comments on …
- 05:21 Ticket #3353 (NullBooleanField is not translated) created by
- When using NullBooleanField, the values (Unknown, Yes, No) are not …
- 05:20 Ticket #3244 (https and admin "User tampered with session cookie") closed by
- invalid: Please browse the email archives for this problem. We don't do any …
- 05:04 Ticket #1124 (admin interface FloatField validator raise "TypeError" when exceeding ...) closed by
- worksforme: Marked as worksforme as I'm unable to replicate this in the current …
- 04:23 Ticket #3342 (ForeignKey relation doesn't work with newforms form_for_model() save) closed by
- duplicate: duplicate of #3257
- 03:30 NewForms edited by
- FIx formatting of Field.init widget parameter (diff)
Note: See TracTimeline
for information about the timeline view.