Timeline
09/03/2007:
- 22:12 DjangoPoweredSites edited by
- add my personal site to the list (diff)
- 19:54 Changeset [4e476b44]attic/queryset-refactorsoc2009/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 trailing whitespace. git-svn-id: …
- 19:53 Changeset [2292ebb]attic/queryset-refactorsoc2009/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 import that snuck into [6044]. git-svn-id: …
- 19:50 Changeset [53372fc]attic/queryset-refactorsoc2009/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
- Cleaned up some imports. Fixed long lines. Changed some docstrings to …
- 19:48 Changeset [1da7b5cd]attic/queryset-refactorsoc2009/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 test for unknown non-field error. git-svn-id: …
- 19:01 Ticket #5332 (Admin doesn't handle unique key conflicts on inline models cleanly) created by
- Given the following: […] Attempting to add a Choice with the same …
- 18:41 Changeset [d1d4d018]attic/queryset-refactorsoc2009/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 #5330 -- Added a fixture file that was missing from [6039]. …
- 18:41 Ticket #5330 (test_client_regress LoginTests fail if run by itself) closed by
- fixed: (In [6042]) Fixed #5330 -- Added a fixture file that was missing from …
- 18:14 Changeset [bce7de9]attic/queryset-refactorsoc2009/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 some duplication in the Django
TestCase
methods by … - 18:12 Ticket #5331 (URLField should add http:// if no scheme given) created by
-
The usual scheme for a
URLField
ishttp://
. You're average user … - 18:08 Ticket #5330 (test_client_regress LoginTests fail if run by itself) created by
- It looks like the underlying problem might be that fixtures are not …
- 18:04 Ticket #5329 (URLField initial value, fails on validation) closed by
- wontfix: An initial value doesn't always equal a blank value though. The …
- 16:53 Ticket #5285 (Save and add another only for users with add permissions) closed by
- wontfix: I'll close this for now then.
- 16:50 Ticket #5045 (Primary keys containing URL characters breaks admin links) closed by
- duplicate: Closing as a duplicate of #5041, since that incorporates this change …
- 16:42 Ticket #5167 (UnicodeDecodeError in MultiWidget) closed by
- invalid
- 16:27 Ticket #5329 (URLField initial value, fails on validation) created by
- Caught one more bug on new forms, this one is related to URLField. …
- 15:45 Ticket #5328 (Small ChoiceField.clean() fix) closed by
-
wontfix: But this changes the logic of the clean function slightly -
value
… - 15:07 Ticket #2438 (django.db.models get_apps() return different results according to the ...) reopened by
-
I've been hitting a problem with
loading.py
the last week or so, … - 11:34 Ticket #5328 (Small ChoiceField.clean() fix) created by
- While reviewing #5327 I spotted a slightly sub-optimal code snippet in …
- 11:02 Ticket #5327 (ModelChoiceField and ChoiceField clean methods behave differently) created by
- Using both ChoiceField and ModelChoiceField, I discovered a bug in …
- 10:59 DjangoFriendlyWebHosts edited by
- update linode description (diff)
- 10:42 Ticket #5326 (Patсh for Ukrainian support to Javascript slug creation) created by
- Path for Ukrainian support to Javascript slug creation in …
- 08:13 Ticket #5271 (manage.py validate no longer accepts application name as an argument) closed by
- fixed: (In [6040]) Fixed #5271 -- Fixed documentation reference to using the …
- 08:13 Changeset [853f9c7d]attic/queryset-refactorsoc2009/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 #5271 -- Fixed documentation reference to using the application …
- 08:10 Ticket #5325 (max_length should be maxlength) closed by
- invalid: The documentation is correct for the current trunk version of Django. …
- 08:04 Ticket #5325 (max_length should be maxlength) created by
- when i copy/pasted this line from the documentation and tryed to reset …
- 06:21 Changeset [3bf4ef0]attic/queryset-refactorsoc2009/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 #4988 -- In the test client, Added tracking of the client and …
- 06:21 Ticket #4988 (assertRedirects potentially breaks authentication) closed by
- fixed: (In [6039]) Fixed #4988 -- In the test client, Added tracking of the …
- 04:53 DjangoPoweredSites edited by
- (diff)
- 02:44 Ticket #5324 (queryset exclude fails across a many-to-many list) created by
- If you try to exclude items from a queryset across a m2m link, it …
- 02:44 Ticket #5323 (Small bug in tutorial) created by
- In the last code sample at …
- 01:34 Ticket #5322 (Casting string to DateTime object does not check for existence of strftime.) created by
- Similar to #2192 patch : […]
- 01:18 Changeset [afc69852]attic/queryset-refactorsoc2009/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 #5292 -- Changed CSRF middleware to check for request.method == …
- 01:18 Ticket #5292 (CsrfMiddleware does not protect from forged POST request with no data) closed by
- fixed: (In [6038]) Fixed #5292 -- Changed CSRF middleware to check for …
- 01:16 Changeset [8e3507cd]attic/queryset-refactorsoc2009/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 #4923 -- Fixed error in docs/authentication.txt. Thanks, …
- 01:16 Ticket #4923 (poor wording in Authentication docs (create_user)) closed by
- fixed: (In [6037]) Fixed #4923 -- Fixed error in docs/authentication.txt. …
- 01:14 Ticket #4767 (Link to the new /unicode/ documentation) closed by
- fixed: Fixed.
09/02/2007:
- 22:35 Ticket #4166 (Updated Greek Translation) reopened by
- Updated Greek translation.
- 22:30 Localization edited by
- Added my name in Greek translators (diff)
- 16:42 DjangoPoweredSites edited by
- (diff)
- 15:06 Ticket #5250 ([newforms-admin] Missing translation for "Delete?") closed by
- fixed: (In [6036]) newforms-admin: Fixed #5250 -- Added translation hook to …
- 15:04 Changeset [41576fea]attic/queryset-refactorsoc2009/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 #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx …
- 15:04 Ticket #5263 (SQLite module docstring needs updating) closed by
- fixed: (In [6035]) Fixed #5263 -- Updated docstring for sqlite3 backend. …
- 14:59 Ticket #5238 (Add ability to intialize form fields with model field default values.) closed by
- duplicate: Duplicate of #4967.
- 12:26 Ticket #2526 (manage.py sqlsequencereset doesn't work with empty tables.) closed by
- fixed: This must've been fixed a while ago, because I cannot reproduce it.
- 12:16 Ticket #2535 ([patch] Manipulator-aware admin validators are impossible) closed by
- invalid: Closing this because manipulators have been replaced with the newforms …
- 12:09 Changeset [a07c1c5a]attic/queryset-refactorsoc2009/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 #5303 -- Fixed incorrect statement about PythonPath directive in …
- 12:09 Ticket #5303 (PythonImport (for handling eggs) can't be placed inside VirtualHost or ...) closed by
- fixed: (In [6034]) Fixed #5303 -- Fixed incorrect statement about PythonPath …
- 12:06 Ticket #5318 (Mistaken Italian province name) closed by
- fixed: (In [6033]) Fixed #5318 -- Corrected typo in it_province localflavor. …
- 12:06 Changeset [a18b744]attic/queryset-refactorsoc2009/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 #5318 -- Corrected typo in it_province localflavor. Thanks, …
- 12:05 Changeset [8ae1a78]attic/queryset-refactorsoc2009/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 #5319 -- Changed terminal colors in …
- 12:05 Ticket #5319 (Java is another special case for terminal colors) closed by
- fixed: (In [6032]) Fixed #5319 -- Changed terminal colors in …
- 05:43 Ticket #3732 (inconsistent values('col1', 'col2').distinct().count()) closed by
- duplicate: Duplicate of #2939. My patch there is pretty much the same as this …
- 05:39 Ticket #5321 (PostgreSQL fails on a ValuesQuerySet which is ordered by a field not ...) created by
- This bug was found by accident while trying to provide a control test …
- 04:35 Ticket #5276 (change filenames of uploaded files) closed by
- duplicate: Duplicate of #5029, and see also the wiki page …
- 04:31 Ticket #5277 ([patch] use URL reversing instead of hardcoded URLs in comment templates) closed by
- wontfix: Thanks for the patch, but the comments framework is due for a complete …
- 04:30 Ticket #5320 (request.path doesn't work properly under fastcgi) closed by
- duplicate: Closing as a duplicate of #1516 because that's the underlying issue.
- 04:27 Ticket #5290 (memcache doesn't support unicode cache-keys) closed by
- fixed: This appears to have been fixed in [5718]. Please re-open if this is …
- 04:22 Ticket #5296 ([patch] Additions to TestCase for easy view testing) closed by
- wontfix: I'm marking this as wontfix. Chris H. - please re-open this if you …
- 04:19 Ticket #5320 (request.path doesn't work properly under fastcgi) created by
- hi, my django-app runs under www.domain.com/appl/ with fastcgi. the …
- 04:19 Ticket #5300 (The last url pattern in Tutorial 4 should be object_id not poll_id) closed by
- invalid: Invalid: the only ones we've changed to generic views at that point in …
09/01/2007:
- 23:05 DjangoBrasil edited by
- (diff)
- 17:29 Ticket #5317 (__builtins__ isn't available in Jython) closed by
- duplicate: Sorry, I hadn't noticed #5239 where this was already covered.
- 16:13 Ticket #5319 (Java is another special case for terminal colors) created by
- Jython doesn't fit into the existing tests for terminal colors, as its …
- 16:00 Ticket #5318 (Mistaken Italian province name) created by
- In the file it_province.py which resides in contrib.localflavour.it …
- 15:59 Ticket #5317 (__builtins__ isn't available in Jython) created by
-
Jython is unable to add
_
to the built-in functions, because it … - 14:05 PageStatsMiddleware edited by
- Fixed debug bug (diff)
- 06:44 Ticket #5058 (Fail to run runtest on windows (rev:5783)) closed by
- worksforme: runtests.py works fine for me.
08/31/2007:
- 22:19 Ticket #5316 (newforms issue form_for_model() got an unexpected keyword argument 'fields') closed by
- invalid: Fields was added post-0.96. The section in the documentation on …
- 22:16 Ticket #5314 (django.models.Manager.get and get_or_create Do Not Work With Null Fields) closed by
- invalid: Check the documentation. There is a difference between field=None and …
- 22:10 Ticket #5310 (sync database between two processes dynamically) closed by
- invalid: Please ask support questions on the django-users mailing list. The …
- 22:06 Ticket #5316 (newforms issue form_for_model() got an unexpected keyword argument 'fields') created by
- i have an issue with newforms for some reason i can create a form from …
- 18:46 Ticket #5315 (imagefile and not long path) created by
- first sorry for my bad english. The file image have a too short …
- 18:07 Ticket #5314 (django.models.Manager.get and get_or_create Do Not Work With Null Fields) created by
- Maybe this is a greater issue, but Django cannot find fields that are …
- 14:27 Ticket #5313 (GZipMiddleware should compress javascript) created by
- Only really old versions of Internet Explorer have problems with …
- 14:03 Ticket #5312 (URLField does not validate .it URLs) closed by
- worksforme: Django does not perform any check which would be affected by this; by …
- 13:14 Ticket #5312 (URLField does not validate .it URLs) created by
- I get a 'A valid URL is required.' error when I try to enter .it domains.
- 10:52 Ticket #3943 (New Translation - Korean (ko)) reopened by
- I found some mistranslated entries.
- 09:31 Ticket #5311 (Validation of erroneous data model breaks with AttributeError instead ...) created by
- I've updated the data model of my django project and run manage.py sql …
- 09:06 Ticket #5310 (sync database between two processes dynamically) created by
- if two independent processes access the same model, how to make the …
- 06:37 Changeset [5ad0858]attic/queryset-refactorsoc2009/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 #4968 -- Added assertRedirects handling for paths with GET data. …
- 06:37 Ticket #4968 (assertRedirects doesn't respect query params) closed by
- fixed: (In [6031]) Fixed #4968 -- Added assertRedirects handling for paths …
- 04:04 DjangoPoweredSites edited by
- (diff)
- 01:52 DjangoPoweredSites edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.