Timeline
09/20/2007:
- 23:00 Ticket #3453 (resolve_variable usage leads to redundant work) closed by
- fixed: (In [6399]) Fixed #3453: introduced a new template variable resolution …
- 23:00 Changeset [2570954a]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 #3453: introduced a new template variable resolution system by …
- 22:26 Ticket #5562 (delete_cookie function in HttpResponse should set 'expires' to a time ...) created by
- * In this function, […] * Here the expire time set to a number, …
- 20:45 WikiStart edited by
- (diff)
- 19:36 WikiStart edited by
- Created initial "Getting the code" section (diff)
- 19:18 DjangoPoweredSites edited by
- Whoops: incorrect ordering within R when I added Richard Bolt … (diff)
- 18:56 Changeset [75e46209]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 #5556 - Minor typo in settings docs. Thanks for the eagle eyes, …
- 18:56 Ticket #5556 (Typo in settings documentation) closed by
- fixed: (In [6398]) Fixed #5556 - Minor typo in settings docs. Thanks for the …
- 18:04 Ticket #5561 (Link to new contenttypes docs is missing) created by
- James did an excellent job during the sprint adding a document for …
- 17:55 Ticket #5560 (unicode lazy strings don't work on Jython) created by
-
The problem is that on Jython
__unicode__
lives on object (just … - 17:54 DjangoPoweredSites edited by
- Added a new website - rboltphotography.com under R in the Professional … (diff)
- 17:04 DjangoPoweredSites edited by
- (diff)
- 16:06 Ticket #5559 (instances attached to a post_delete signal have a pk value of None) created by
- See the relevant discussion …
- 15:30 NewformsAdminBranch edited by
- form preview is now documented (diff)
- 14:38 Ticket #4972 (manage.py inspectdb fails with TypeError) closed by
- worksforme: I'm quite confident that this has been fixed in the current trunk. …
- 14:35 Ticket #5028 (unicode: str(s) can fail if s is an AssertionError) closed by
- wontfix: It does absolutely make no sense to use repr() instead of str() if …
- 14:13 Ticket #1803 ([patch] Adding QuerySet.union() and intersection()) closed by
- wontfix: I retract this patch, there's really no good reason for this.
- 12:03 Changeset [5ae6faf]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 #3872, which turns out to not have been a bug in the first …
- 12:03 Ticket #3872 (Bug in SetRemoteAddrFromForwardedFor middleware) closed by
- fixed: (In [6397]) Fixed #3872, which turns out to not have been a bug in the …
- 11:56 DjangoPoweredSites edited by
- (diff)
- 11:47 Ticket #5203 (Performance improvement for sqlite3 database flush) closed by
- wontfix: After reading sqlite's documentation, it's pretty clear that setting …
- 11:21 Ticket #3326 (Timeline RSS feed broken) closed by
- fixed: Yay, fixed - thanks, cboos!
- 10:53 Reports edited by
- (diff)
- 10:51 Changeset [484189ff]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 httpwrappers tests broken by [6385]. git-svn-id: …
- 09:55 DjangoPoweredSites edited by
- (diff)
- 08:46 Sprint14Sep edited by
- (diff)
- 07:59 Ticket #5558 (istartswith lookup fails with ORACLE in r6393) created by
- I have an Oracle9i database and access that from a PowerPC Mac using …
- 07:00 DocPtTutorial1 edited by
- (diff)
- 06:11 Ticket #5557 (The cache_page decorator fails on urls containing spaces) created by
- Memcache raises an exception when a key contains a space. The …
- 06:01 Ticket #5556 (Typo in settings documentation) created by
- In [http://www.djangoproject.com/documentation/settings/#debug Django …
- 05:41 Ticket #5555 (Django fails to do .dates query on sqlite) created by
- […] the resulting query "SELECT django_date_trunc("month", …
- 05:32 Ticket #5554 (Small update to German translation) created by
- Added translation for humanize intword. Fixed line numbers for …
- 04:57 Ticket #5553 (JSON serializer imporperly serializes: datetime.datetime, ...) created by
- This bug was introduced after commiting patch for this ticket: …
- 03:36 Ticket #5552 (manage.py syncdb will fail silently when `DATABASE_NAME' is empty with ...) created by
- When leaving 'DATABASE_NAME' empty in our default settings.py, running …
- 03:34 Ticket #5551 (Minor Image Error in Tutorial) created by
- The image at …
- 03:27 SprintIdeas edited by
- removing completed tickets (diff)
- 02:25 Ticket #5550 (write docs about the 404.html & 500.html files.) created by
- Write docs about the 404.html & 500.html files. I found two pages …
- 02:19 Changeset [2fea8782]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
- Made the links to settings consistent with the others by not including …
- 02:13 Changeset [bf6effd]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 #5148 -- Added link to
DEFAULT_FROM_EMAIL
setting in email … - 02:13 Ticket #5148 (email documentation should mention DEFAULT_FROM_EMAIL setting) closed by
-
fixed: (In [6392]) Fixed #5148 -- Added link to
DEFAULT_FROM_EMAIL
setting … - 01:59 Changeset [04a1108]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 #3491 -- Fixed links in
user-tools
section of admin's … - 01:59 Ticket #3491 ([newforms-admin] Admin templates use relative links rather than url tag) closed by
-
fixed: (In [6391]) Fixed #3491 -- Fixed links in
user-tools
section of … - 01:53 Changeset [0dbd71a6]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
- More *.pyc ignores. git-svn-id: …
- 00:55 Changeset [df84e5b1]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 *.pyc to list of ignores. git-svn-id: …
09/19/2007:
- 23:52 DjangoPoweredSites edited by
- (diff)
- 23:35 Changeset [79dead9a]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 trailing whitespace in …
- 22:38 GeoDjangoInstall edited by
- Add comments to Debian etch instalation (diff)
- 22:28 GeoDjangoInstall edited by
- Flex instalacion in Debia etch (diff)
- 22:21 GeoDjangoInstall edited by
- Add a comment of the pg_config neede in PostGIS with Debian etch (diff)
- 21:26 Ticket #5549 (Remove duplicate code in SessionBase, SessionManager and Session) created by
- In #5548, leosoto pointed out that these two methods are almost …
- 21:19 Changeset [3db846cd]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 #5548 -- Reintroduced Jython workaround for os.getpid(), which …
- 21:19 Ticket #5548 (os.getpid() workaround for jython missing on the recent session refactoring) closed by
- fixed: (In [6386]) Fixed #5548 -- Reintroduced Jython workaround for …
- 21:18 Ticket #5243 ({% load %} does not load template tags inside sub-directories) closed by
- fixed: This change was a backward incompatible change. Please see …
- 21:04 Ticket #5243 ({% load %} does not load template tags inside sub-directories) reopened by
- For me this patch broke the loading in subdirectories I am using …
- 21:04 Ticket #5548 (os.getpid() workaround for jython missing on the recent session refactoring) created by
- The "old" code for generating session ids was included into …
- 21:02 Ticket #5525 (typo in docs: request_response) closed by
- fixed: (In [6385]) Fixed #5525 -- Fixed typo in docs/request_response.txt. …
- 21:02 Changeset [24588afe]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 #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas …
- 21:02 Ticket #5544 (django.contrib.sessions.engines.db isn't exist) closed by
- fixed: (In [6384]) Fixed #5544 -- Fixed another typo in documentation, …
- 21:02 Changeset [63064001]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 #5544 -- Fixed another typo in documentation, introduced as a …
- 21:01 Ticket #5536 ("different than" is poor English) closed by
- fixed: Fixed.
- 20:56 Changeset [4704412b]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 #5540 -- Made repr() for MultiValueDict more generic. …
- 20:56 Ticket #5540 (better repr of MulitValueDict for subclasses) closed by
- fixed: (In [6383]) Fixed #5540 -- Made repr() for MultiValueDict more …
- 20:48 Changeset [31a07e8c]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 errors in docs/model-api.txt changes from [6378] git-svn-id: …
- 20:03 Ticket #5544 (django.contrib.sessions.engines.db isn't exist) reopened by
- There is a 2nd module mistake just a couple lines down from the fixed one.
- 19:33 Ticket #5541 (djangoproject.org not reachable) closed by
- fixed: Like ships passing in the night... I think I fixed this moments after …
- 19:24 Changeset [7768fe3]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 empty tests/regressiontests/forms/localflavor.py file left …
- 19:07 Ticket #5547 ([newforms-admin] DateTimeField won't honor default value) created by
- In #899 will fix the newforms bug where the default value from the …
- 18:40 Ticket #5546 (Split newforms tests) closed by
- fixed: (In [6379]) Fixed #5546: split form unit tests into manageable chunks. …
- 18:40 Changeset [35fa1f4]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 #5546: split form unit tests into manageable chunks. This isn't …
- 18:33 Changeset [980fa8b]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 #231: all fields that should take max_length now do. Thanks, Don …
- 18:33 Ticket #231 ([patch] Make appropriate model fields honor max_length param) closed by
- fixed: (In [6378]) Fixed #231: all fields that should take max_length now do. …
- 18:33 Ticket #5541 (djangoproject.org not reachable) reopened by
- Jacob, you fixed it... only to reveal another problem. :) This one …
- 18:32 Changeset [d022e258]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 #5544 -- Fixed typo in documentation, introduced as a result of …
- 18:32 Ticket #5544 (django.contrib.sessions.engines.db isn't exist) closed by
- fixed: (In [6377]) Fixed #5544 -- Fixed typo in documentation, introduced as …
- 18:09 Ticket #5545 (Changeset 6342 broke newforms-admin change/add functionality) closed by
-
duplicate: Please svn up to r6341.
ForeignKey
s andManyToManyField
s … - 17:47 Ticket #5546 (Split newforms tests) created by
-
tests/regressiontests/forms/{tests.py,localflavor.py
} are too … - 17:35 Ticket #5545 (Changeset 6342 broke newforms-admin change/add functionality) created by
- I don't know what exactly caused it, but I 'nailed' it down to …
- 17:19 Ticket #5541 (djangoproject.org not reachable) closed by
- fixed: Oops! I just put in the fix; DNS should propagate shortly. Thanks!
- 16:50 Ticket #4986 (get_host should fall back to building from SERVER_NAME/PORT if ...) reopened by
- The fix doesn't seem to be quite right as the value from …
- 15:54 Changeset [5c55cc83]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
- Made some small edits to docs/authentication.txt changes from [6375] …
- 13:49 DevelopersForHire edited by
- (diff)
- 13:41 DevelopersForHire edited by
- Updated my timestamp. (diff)
- 12:09 Ticket #5513 (Last session refactoring vastly down Django performance) closed by
- fixed: After looking at this, I can't measure a difference between doing …
- 11:52 Ticket #5457 (Move permissions checking to auth backend) closed by
- fixed: Fixed in [6375].
- 11:50 Changeset [f857e377]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 $5457 - the auth system now delegates permission checking to …
- 11:16 Ticket #2383 ([patch] delete multiple items at once) reopened by
- Please don't do that; feature requests that are worth considering for …
- 11:13 Ticket #5539 (Minor Capitalization Error in Tutorial) closed by
- worksforme
- 11:00 DjangoPoweredSites edited by
- (diff)
- 09:50 IrcFAQ edited by
- removing busted TOC macro temporarily (diff)
- 09:03 Ticket #5544 (django.contrib.sessions.engines.db isn't exist) created by
- http://www.djangoproject.com/documentation/sessions/ in Using …
- 08:32 Ticket #5506 (Add some tests for Generic views) closed by
- fixed: (In [6374]) Fixed #5506 -- Added some basic tests for date-based …
- 08:26 Changeset [466871ec]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 #5506 -- Added some basic tests for date-based generic views. …
- 07:48 Ticket #5543 (cursor.callproc with oracle backend does not work) created by
- When using cx_oracle standalone, in order to call stored procedures, …
- 07:10 Ticket #5542 (after update to unicode, search_fields in admin on foreignkey fields ...) created by
- Am using rev 6058. After updating to this revision from a pre-unicode …
- 06:37 Ticket #5541 (djangoproject.org not reachable) created by
- Despite being found via various search terms (Google, etc.), the …
- 06:29 SprintIdeas edited by
- (diff)
- 06:28 SprintIdeas edited by
- (diff)
- 05:37 Ticket #2383 ([patch] delete multiple items at once) closed by
- wontfix: Closed as wontfix, repoen if patch works against newforms-admin.
- 04:39 Ticket #5540 (better repr of MulitValueDict for subclasses) created by
- Hi, if you subclass MulitValueDict (e.g. QueryDict) repr should …
- 03:09 Ticket #5539 (Minor Capitalization Error in Tutorial) created by
- In the online tutorial: 'With any luck, things should Just Work …
09/18/2007:
- 20:40 Ticket #5538 (assertRedirects should assume http://testserver if it isn't provided) created by
- [6164] fixed #987, a problem with redirects allowing relative URIs. …
- 19:15 Ticket #5534 (stand-alone python script: no documentation avaliable) closed by
- invalid: http://www.djangoproject.com/documentation/settings/#using-settings-wit …
- 18:26 django_apache_and_mod_wsgi edited by
- Fix Apache config Directory stanza for the app media dir (diff)
- 18:18 Ticket #5535 (.get() should allow myforeignkey_id lookups) reopened by
- This isn't just about get_or_create - you can't use fkeyname_id in …
- 18:14 Ticket #5535 (.get() should allow myforeignkey_id lookups) closed by
- worksforme: Also, on further reflection: your point here seems to be entirely …
- 17:48 Ticket #5537 (Remove Reverse Lookups on ForeignKeys/ManyToMany) created by
- There should be way to remove the addition of a property on models for …
- 17:43 Ticket #5536 ("different than" is poor English) created by
- In the SVN version of the documentation (for example …
- 16:51 Ticket #4729 (SessionWrapper.pop does not set modified flag) reopened by
- [6333] reintroduced this issue. Patch has been included.
- 16:38 django_apache_and_mod_wsgi edited by
- some wiki formatting fixes (diff)
- 14:51 DocPtDatabaseAPI edited by
- str -> unicode (diff)
- 14:16 DjangoPoweredSites edited by
- (diff)
- 14:14 DjangoPoweredSites edited by
- (diff)
- 14:01 Ticket #3872 (Bug in SetRemoteAddrFromForwardedFor middleware) reopened by
- Wait a minute... client IS the first IP listed. …
- 13:35 DevelopersForHire edited by
- (diff)
- 13:35 Ticket #5535 (.get() should allow myforeignkey_id lookups) created by
- To allow easy accessibility as you can with .create on foreignkey_id …
- 13:30 Ticket #5534 (stand-alone python script: no documentation avaliable) created by
- There is no documentation for how to write a bash python script for …
- 13:26 Ticket #5533 (allow create to pass foreignkey_id) closed by
- worksforme: Testing with my blog code against current Django trunk: […] …
- 12:49 Ticket #5533 (allow create to pass foreignkey_id) created by
- MyModel.objects.create() should allow to you to pass myforeignkey_id …
- 11:19 Ticket #1044 (Bug in admin panel) reopened by
- 10:20 Ticket #2970 ([patch] HttpResponse should treat headers case-insensitively) reopened by
- In my experience changing header names to lower-case will break some …
- 09:38 DevelopersForHire edited by
- (diff)
- 09:37 DevelopersForHire edited by
- (diff)
- 09:09 Ticket #5532 (Adding user via admin site doesn't work if TEMPLATE_STRING_IF_INVALID ...) created by
- I use TEMPLATE_STRING_IF_INVALID during development to catch quickly …
- 06:51 Ticket #5531 (properly report when the mysqldb python package doesn't meet the ...) reopened by
-
The OP is reporting that raising
ImportError
is confusing … - 06:26 Ticket #5531 (properly report when the mysqldb python package doesn't meet the ...) closed by
- invalid: The OP didn't see the version import error, he really doesn't have a …
- 05:30 Ticket #5530 (ImportError: No module named mysql.base) closed by
- duplicate: duplicate of #5531
- 04:21 Ticket #5531 (properly report when the mysqldb python package doesn't meet the ...) created by
- I got this error: […] But this is not the true error. The real …
- 04:21 Ticket #5530 (ImportError: No module named mysql.base) created by
- I got this error: […] But this is not the true error. The real …
- 02:07 Ticket #5529 (None) closed by
- invalid: Thanks for sharing, but since this isn't a bug or a feature request …
- 01:31 Ticket #5529 (None) created by
- Real nice! Very useful. I will bookmark!
09/17/2007:
- 22:33 Ticket #5528 (Main Code Link Broker) closed by
- invalid: This isn't a bug with Django; please report problems of this nature to …
- 22:29 Ticket #5528 (Main Code Link Broker) created by
- The main code link in the nav bar produces a python error. Traceback …
- 21:37 IrcFAQ edited by
- (diff)
- 17:03 DevelopersForHire edited by
- (diff)
- 16:46 Ticket #3192 ([patch] Noisier bugs in context processors) reopened by
- Re-opening for clarification. I'm not fighting the invalid decision, …
- 16:34 Ticket #5526 (Localized Date/DateTime fields proposal) created by
- This is an attempt at providing Date/DateTime fields for locales other …
- 16:23 Sprint14Sep edited by
- Added link to ubernostrum's sprint wrap report (diff)
- 16:00 SchemaEvolutionDocumentation edited by
- (diff)
- 15:23 Ticket #5219 (Problems using syncdb with Oracle 10g - strange field names and null = ...) closed by
- wontfix: We document the Oracle null=True for CharField decision at …
- 14:53 DjangoPoweredSites edited by
- http://places-to-visit.info/ added (diff)
- 14:00 Changeset [d797b34b]stable/0.91.x by
- 0.91-bugfixes: Backport [3785] from Django trunk git-svn-id: …
- 13:52 Sprint14Sep edited by
- Removed note about the sprint happening "now" (diff)
- 12:35 Ticket #5485 (Changing repetitive uploaded files from underscores to numbers) reopened by
- The issue is two-fold. First, some systems have a character limit on …
- 11:10 DjangoPoweredSites edited by
- Deleted a site because it looks like it's PHP and spam. (diff)
- 10:10 DevelopersForHire edited by
- (diff)
- 09:48 Ticket #5496 (It's needed a test directory for testing own django views (generic ...) closed by
- fixed: (In [6370]) Fixed #5496 -- Added test cases for some of the built-in …
- 09:48 Changeset [1571e9c3]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 #5496 -- Added test cases for some of the built-in Django views. …
- 09:17 Ticket #5525 (typo in docs: request_response) created by
- Hi, there is a small typo in request_response: …
- 08:45 NewformsAdminBranch edited by
- Let's make this clear and bold (litterally!) :-> (diff)
- 08:40 NewformsAdminBranch edited by
- Correcting some typos here and there (diff)
- 08:32 Ticket #5524 (Cleaned form data should not be deleted if other data is invalid.) created by
- Currently, when validating a newforms Form object …
- 08:00 Ticket #5523 (Adding uk counties list to localflavor for uk) created by
- Like the us_states list, but for the UK. I'd like to point out that I …
- 07:21 Ticket #5522 (Move commands daily_cleanup, make-messages and compile-messages to ...) created by
-
Since having a fairly solid, pluggable
django-admin
command I … - 05:35 SprintIdeas edited by
- (diff)
- 04:39 Ticket #5521 (repetitions in admin templates) created by
- […] This makes difficult customizing the admin template (you have …
- 04:11 DjangoPoweredSites edited by
- (diff)
- 02:22 Ticket #901 (Reload method for models) reopened by
- I've needed to reload() during save(). During save(), after calling …
- 01:38 DjangoPoweredSites edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.