Timeline
03/26/2008:
- 21:55 Ticket #6889 (Media not properly merged with admin widgets) closed by
- fixed: (In [7365]) newforms-admin: Fixed #6889 -- ModelForm nows supports …
- 19:51 Ticket #6900 (Admin fails on adding empty models) closed by
- wontfix: I tried this on newforms-admin and there is no error with the new …
- 19:40 Ticket #6901 (Test failures with SQLite (?)) created by
-
db.models.base.Model
uses the old theQuerySet.extra().order_by()
, … - 18:36 SummerOfCode2008 edited by
- added me to mentor list (diff)
- 18:19 Ticket #6900 (Admin fails on adding empty models) created by
- If you create an empty model with Admin support: […] Then try to …
- 18:02 Ticket #6899 (_QuerySet.__nonzero__ returns True for empty query sets with cached results) created by
- Given any sort of model with zero instances/rows, the following will …
- 16:27 Ticket #6892 (Warn about raw "%" in redirect_to strings.) reopened by
- Seems like I wasn't clear enough, sorry. For the love of Django, I'll …
- 16:05 DjangoFriendlyWebHosts edited by
- adding mediatemple (diff)
- 15:27 Ticket #6898 (2 small typos in template documentation) created by
- I think I found two small typos in the Template guide for python …
- 14:05 Ticket #6897 (Convert more old-style classes to new-style classes) created by
- I see long ago, in #2109, someone went through and replaced all usage …
- 13:28 Ticket #6896 (Add ability to store only relative paths in a FilePathField) created by
- Add an extra option to FilePathField to cause it to only save a …
- 11:45 Ticket #6758 (Multiple 'self' referencing ManyToManyFields in one model overwrite ...) closed by
- invalid: Hmmm. I can't seem to replicate this issue myself, anymore. Maybe it …
- 09:27 Ticket #6894 (Updated Catalan translation) closed by
- invalid
- 09:13 Ticket #6895 (Updated catalan translation) created by
- Catalan messages revised
- 08:54 Ticket #6894 (Updated Catalan translation) created by
- Django.po translation in catalan revised.
- 07:25 DjangoSpecifications/NfAdmin/FlexibleAppHandling edited by
- (diff)
- 07:14 DjangoSpecifications/NfAdmin/FlexibleAppHandling edited by
- (diff)
- 06:11 InstalledAppsRevision edited by
- added couple of bullets to aid readability (diff)
- 05:32 Ticket #6892 (Warn about raw "%" in redirect_to strings.) closed by
- invalid: AFAIK urls aren't supposed to be in unicode. urlquote is the way to go.
- 05:27 Ticket #6893 (FormWizard does not set the step value correctly) created by
- The FormWizard class in django.contrib.formtools.wizard has a method …
- 04:22 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 04:05 Ticket #6892 (Warn about raw "%" in redirect_to strings.) created by
- from my urls.py: […] When I access the url I get an error: […] …
- 03:30 BackwardsIncompatibleChanges edited by
- ado_msql removal (diff)
- 03:25 Changeset [c30a050e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Removed the ado_mssql database backend. It has not been maintained, …
- 03:13 Ticket #6884 (Deserialization in loaddata causes a TypeError) closed by
- invalid: Normal XML serialisation and then deserialisation appears to work …
- 03:09 Ticket #5600 (Patch to enhance cryptography on django.contrib.auth) closed by
- wontfix: Please do not reopen tickets that have been marked as wontfix. Read …
- 02:44 Ticket #6885 (app_label not documented) closed by
-
duplicate: This will be properly solved with the new
app()
directive. See #3591. - 01:40 Ticket #5600 (Patch to enhance cryptography on django.contrib.auth) reopened by
- Since all currently supported hashing algorithms for Django have some …
- 01:07 Ticket #6891 (Modelform documentation on editing an existing object needs to be updated.) created by
- In the documentation in the section: the save method: …
03/25/2008:
- 21:38 Ticket #6890 (Tutorial part4. Suggestion: Duplicated insructions to change ...) created by
- After instructions to rename the template polls/detail.html to …
- 19:57 Ticket #6887 (fixing vote function in mysite/polls/views.py on page 4 of tutorial) closed by
- invalid: ? The formatting is screwy above so maybe I'm missing something, but …
- 17:48 Ticket #6889 (Media not properly merged with admin widgets) created by
- The functionality introduced in [7360] doesn't deal with media. If I …
- 16:45 Ticket #6888 (archive_month generic view returns item from next month) created by
- I found the archive_month date based generic view can return objects …
- 16:30 Ticket #6887 (fixing vote function in mysite/polls/views.py on page 4 of tutorial) created by
- There is a line of code missing from the vote function defined in …
- 14:37 Ticket #6886 (Assigning a Model Instance to a Foreign Key Attribute Doesn't Cache ...) created by
- Currently, when assigning a model instance to a forkeign key attribute …
- 13:50 Ticket #6885 (app_label not documented) created by
- Today I stumbled across the existence of Meta.app_label in this …
- 13:09 Ticket #6883 (Some manage Commands Ignore Apps Without a models.py file) closed by
- duplicate: Both of these are known issues already reported. Please do search the …
- 13:07 Ticket #6882 (Auth system should validate username on user creation.) closed by
- duplicate: Duplicate of #6845. Before bringing up a major issue like this, please …
- 12:33 Ticket #6884 (Deserialization in loaddata causes a TypeError) created by
- line 181, django/core/serializers/xml_serializer.py: {{{return …
- 11:46 Ticket #6307 (Creating new related object through popup interface in admin can ...) closed by
- duplicate: dup of #6100, which was fixed in [7194].
- 11:35 Ticket #6883 (Some manage Commands Ignore Apps Without a models.py file) created by
- I am aware of at least two manage.py operations that do not work …
- 10:56 Ticket #6882 (Auth system should validate username on user creation.) created by
- According to the documentation for the Authorization system, a …
- 09:35 DjangoSpecifications/Core/SingleInstance edited by
- just formatting changes (diff)
- 09:19 Ticket #6874 (error 404 and unicode chars in template) closed by
- worksforme: I inserted: […] (utf8 encoded) into my 404.html template and it …
- 08:30 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 08:28 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 08:15 goflow:leave created by
- moved from goflow main page
- 07:37 Ticket #6881 (Admin help for User is confusing) created by
- seen on #django: <illustir> what's the difference between a user with …
- 07:28 Ticket #6880 (django.http.get_host() breaks reverse proxying on apache) created by
- django.http.HttpResponseRedirect uses django.http.get_host() to get …
- 06:22 Ticket #6369 (ModelForm fields ordering when Meta.fields is set) closed by
- duplicate: Duplicate of #5986, which has several proposals and recent activity.
- 06:21 Ticket #6878 (Add ordering to newforms classes) closed by
- duplicate: Duplicate of #5986, which has several proposals and recent activity.
- 06:07 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 06:04 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 05:56 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 05:41 Ticket #6876 (Allow serialization of model methods) closed by
- duplicate: Serializing methods isn't really possible in the generic sense, since …
- 04:45 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 04:44 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 02:51 Ticket #6879 (Not translatable string in contrib.flatpages) created by
- "Advanced options" string was not translatable.
- 00:41 Ticket #6878 (Add ordering to newforms classes) created by
- I'd like to propose adding an ordering attribute to a Meta class in …
- 00:23 Ticket #6838 ("Retired" link on your django page.) closed by
- fixed: Fixed. Thanks for pointing this out!
- 00:20 Changeset [054c2e4a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6852 -- Converted the admin to use the new paginator, to remove …
- 00:20 Ticket #6852 (DeprecationWarning in admin, caused by recent changes to pagination) closed by
- fixed: (In [7363]) Fixed #6852 -- Converted the admin to use the new …
- 00:13 Ticket #6867 (Missing DeprecationWarning's) closed by
- fixed: (In [7362]) Fixed #6867 -- Added some missing DeprecationWarnings to …
- 00:13 Changeset [3d779ef]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6867 -- Added some missing DeprecationWarnings to …
- 00:07 Ticket #6403 (Wiki Startpage: Auto-Escape no longer under discussion) closed by
- fixed: This got fixed somewhere along the way.
03/24/2008:
- 23:43 Ticket #6877 ("form.label_for tag" should apply "label_suffix") created by
- When using newforms, the default behavior is is to render a colon …
- 23:42 Changeset [0e552e5c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Edited some docs changes from the past few days git-svn-id: …
- 20:07 Ticket #6876 (Allow serialization of model methods) created by
- It will be useful if model methods could be serialized. For example: …
- 19:54 VersionOneFeatures edited by
- added more information about large streaming uploads (diff)
- 19:19 SummerOfCode2008 edited by
- Added note about avoiding critical path projects. (diff)
- 19:15 Ticket #6875 (Allow for easier QuerySet customization.) created by
- The impetus for this patch is that it will be difficult for the …
- 18:46 Ticket #6866 (Easy custom media and validation in newforms-admin) closed by
- fixed: (In [7360]) newforms-admin: Fixed #6866 -- ModelAdmin.get_form and …
- 17:55 Ticket #6874 (error 404 and unicode chars in template) created by
- When custom template 404.html have UTF-8 chars inside, django throws …
- 16:47 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 16:16 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 16:08 Ticket #6873 (Make rendering of SelectMultiple consistent across browsers) created by
- At the moment the SelectMultiple widget renders without a size …
- 15:50 Ticket #6872 (Filter won't run with noexistent variable.) created by
- I have following simple test filter (just simple showcase): […] …
- 13:07 Ticket #6871 (How to list a user's groups?) closed by
- invalid: Trac is not the place to ask for use support, please use either the …
- 12:59 Ticket #6871 (How to list a user's groups?) created by
- Using Django 0.96 I tried to get the list of a user's groups. …
- 12:10 Ticket #6870 (pre_delete should be sent before collecting ForeignKey relationships) created by
- If you have: […] You can't use a pre_delete signal to set …
- 10:06 Ticket #6869 (django-admin problem on a vista-home premium system) closed by
- invalid: Please read the "Please don't use the ticket system to ask support …
- 09:29 Ticket #6869 (django-admin problem on a vista-home premium system) created by
- I've installed Django (svn) on a vista-home premium system with …
- 09:23 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 09:19 Ticket #659 (Selecting by month with DateField is broken with sqlite3 backend) closed by
- fixed: (In [7359]) Added a test for month selection under SQLite in case an …
- 09:19 Changeset [23912ebb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Added a test for month selection under SQLite in case an old possible …
- 09:02 Changeset [89e7b67]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #5531 -- Changes a while back meant we are handling import …
- 09:02 Ticket #5531 (properly report when the mysqldb python package doesn't meet the ...) closed by
- fixed: (In [7358]) Fixed #5531 -- Changes a while back meant we are handling …
- 08:35 Ticket #6859 (Javascript i18n doc errors) closed by
- fixed: (In [7357]) Fixed #6859 -- Greatly cleaned up the section on i18n …
- 08:35 Changeset [a9a70bfe]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6859 -- Greatly cleaned up the section on i18n pluralization in …
- 08:27 Changeset [eb6a6c46]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6864 -- Handle Javascript i18n when the plural form expression …
- 08:27 Ticket #6864 (JavaScript i18n support can fail for languages with two plural forms) closed by
- fixed: (In [7356]) Fixed #6864 -- Handle Javascript i18n when the plural form …
- 08:11 Ticket #6868 (FilePathField tests fail on Windows) closed by
- fixed: Fixed in [7355].
- 08:10 Changeset [622a6447]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6868 -- Fixed test results for Windows systems. Thanks, Ned …
- 07:21 Ticket #6868 (FilePathField tests fail on Windows) created by
- The file paths in the expected results for FilePathField are …
- 06:13 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 06:10 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 06:09 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 05:54 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 05:09 DjangoResources edited by
- (diff)
- 03:35 Ticket #6867 (Missing DeprecationWarning's) created by
- Two places were missing DeprecationWarning's (I found this out of the …
- 00:33 ForumAppsComparison edited by
- I was only recently pointed to this page so I'm filling in some gaps … (diff)
03/23/2008:
- 23:17 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 23:16 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 21:26 DjangoSpecifications/NfAdmin/MediaAndValidation edited by
- (diff)
- 21:20 DjangoSpecifications/NfAdmin/MediaAndValidation edited by
- (diff)
- 21:06 Ticket #6866 (Easy custom media and validation in newforms-admin) created by
- Attaching media (especially JavaScript) and custom validation is a …
- 21:04 SprintIdeas edited by
- update status of some tickets (diff)
- 15:47 Ticket #6861 (I18N fails on start. struct.error: unpack str size does not match format) closed by
- fixed: You're totally right. It was a weird corrupted .mo file. Once …
- 15:39 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 15:28 Ticket #6865 (Information to be added on "Site matching query does not exist." error ...) created by
- Using the documentation found here: …
- 15:23 Ticket #6864 (JavaScript i18n support can fail for languages with two plural forms) created by
- If, as exemplified in the official GNU gettext …
- 14:41 Ticket #6863 (Allow multiple sources for files to check in autoreload) created by
- I've got a set of data files that I read when my Django app starts, …
- 14:30 Ticket #6355 (Interpolate function of i18n for javascript is incorrectly documented) closed by
- duplicate: I'm marking this as a dupe of #6859 that is newer but it also fixes …
- 13:12 DjangoSpecifications/Core/SingleInstance edited by
- (diff)
- 10:49 Ticket #6862 (Stack traces from non-DEBUG exceptions can't find source lines when ...) created by
- The DEBUG exception page uses its own code to load source lines and …
- 10:19 Ticket #6823 (ObjectPaginator Error on Lists) closed by
- fixed: This was fixed on [7353].
- 09:51 SummerOfCode2008 edited by
- Added information about django-gsoc group. (diff)
- 05:14 Changeset [9915004]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 a problem in the backwards-compat abilities of the paginator. …
- 03:46 Ticket #6861 (I18N fails on start. struct.error: unpack str size does not match format) created by
- Revision 7352 of repository applied some changes that prevent a i18n …
- 00:45 Changeset [0fea1348]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #6846 -- Fixed first_on_page and last_on_page in list_detail …
- 00:45 Ticket #6846 (first_on_page and last_on_page have wrong values in object_list) closed by
- fixed: (In [7352]) Fixed #6846 -- Fixed first_on_page and last_on_page in …
Note: See TracTimeline
for information about the timeline view.