Timeline
01/15/2010:
- 22:19 Ticket #12621 (grammar error) created by
- The first sentence of …
- 21:26 Changeset [ad636880]stable/1.1.x by
- [1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant …
- 21:14 DjangoJobs edited by
- (diff)
- 21:13 DjangoJobs edited by
- (diff)
- 21:13 Ticket #10291 (Correction to QuerySet.iterator() documentation) closed by
- fixed: (In [12229]) Created a 'DB optimization' topic, with cross-refs to …
- 21:13 Changeset [2e9518b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Created a 'DB optimization' topic, with cross-refs to relevant …
- 21:01 Ticket #12620 ("defer" docs refer to non-existant "Entry.lede" field) created by
- In [10090], example code was added to …
- 18:28 DjangoResources edited by
- Adding explanation to link (diff)
- 18:26 DjangoResources edited by
- Adding a code example for syntax highlighting (diff)
- 15:19 BetterErrorMessages edited by
- +django.forms (diff)
- 13:54 Ticket #12616 (dev server should not override directory listing of static media) reopened by
- 12:29 Ticket #12619 (django-admin's testserver doesn't support --noinput) created by
- I'm trying to run the testserver in a script without user input, but …
- 12:01 Ticket #12618 (MethodDecoratorAdaptor raises ValueError on entries with slugs using ...) closed by
- invalid: You need to provide a lot more information about your view code for us …
- 11:27 Ticket #12618 (MethodDecoratorAdaptor raises ValueError on entries with slugs using ...) created by
- Having created a django web app mostly as a learning project, I've …
- 11:00 DjangoResources edited by
- (diff)
- 07:17 Ticket #12617 (add support for Apache Cassandra) closed by
- wontfix: Specific support for Cassandra (or any other non-SQL tool) probably …
- 07:05 Ticket #12617 (add support for Apache Cassandra) created by
- Apache Cassandra is a very good Key/Value store solution, please add …
- 02:13 Ticket #12615 (Broken queryset indexing with postgresql_psycopg2 with custom through model) closed by
- invalid: Although confusing, this actually isn't an error on Django's part. …
01/14/2010:
- 21:42 Ticket #12616 (dev server should not override directory listing of static media) closed by
- worksforme: Added a patch that fixes the problem.
- 21:37 Ticket #12616 (dev server should not override directory listing of static media) created by
- The dev server can serve the static admin media file from a project …
- 21:01 Ticket #12614 (ManyToManyField generates inconsistent table/column names) closed by
- invalid: Using "other_table_name_table_name" doesn't work because you can have …
- 18:13 Ticket #12615 (Broken queryset indexing with postgresql_psycopg2 with custom through model) created by
- If you start a new project and setup a database using …
- 17:29 Ticket #12614 (ManyToManyField generates inconsistent table/column names) created by
- If you override the table name in your models and then generate a …
- 16:30 Ticket #12613 (phone2numeric doesn't convert the letters 'Q' or 'Z'.) created by
- Discussion on the django developers group here: …
- 14:01 Ticket #12612 (SQLite3 executemany() exception handling is too broad) created by
- In SQLiteCursorWrapper.executemany() …
- 12:47 Ticket #9816 (ModelForm with only FileField or ImageField can not pass validation) closed by
- invalid: Please don't reopen without a specific recreatable case that …
- 11:50 Ticket #12611 (Incorrect quoting in QuerySet.query.__str__()) created by
-
When I call
__str__()
on aQuerySet
object'squery
… - 11:43 Ticket #12591 (django.contrib.gis.utils.srs is out of date) closed by
-
fixed: (In [12228]) Fixed #12591 -- Renamed
add_postgis_srs
to … - 11:43 Changeset [19fad164]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12591 -- Renamed
add_postgis_srs
toadd_srs_entry
(keeping … - 11:42 Ticket #9816 (ModelForm with only FileField or ImageField can not pass validation) reopened by
- The reason the form validates in the second example, is because you …
- 11:04 Changeset [a2a5602]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12560. Changed validate_unique to stop checking null primary …
- 11:04 Ticket #12560 (Unique validation should not check for null atuo-assigned PK) closed by
- fixed: (In [12227]) Fixed #12560. Changed validate_unique to stop checking …
- 09:00 Ticket #12559 (Wrong SQL in M2M fields) closed by
- duplicate: I'm fairly certain this is a duplicate of #12386, which I just fixed …
- 08:55 Changeset [2b2db120]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12386 -- Corrected the column names produced for autogenerated …
- 08:55 Ticket #12386 (Automatic ManyToMany Fields in models defined in packages use invalid ...) closed by
- fixed: (In [12226]) Fixed #12386 -- Corrected the column names produced for …
- 08:02 Ticket #12610 (Fixture loading is interfered by signal handlers) created by
- If profiles are setup as documented using unique foreignkeyand …
- 06:04 Ticket #12609 (FAQ needs updating for advise on which Django version to use) created by
- The FAQ at http://docs.djangoproject.com/en/dev/faq/install/ states: …
- 05:12 Ticket #12606 (Stray print statement in django.contrib.auth.admin) closed by
- fixed: (In [12225]) Fixed #12606 - Removed stray print statement. Thanks, …
- 05:12 Changeset [373076a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12606 - Removed stray print statement. Thanks, Sean Brant. …
- 04:08 Ticket #12608 (Inconsistent results from values and values_list when using annotate) created by
- To group users by email and get a count, one might do: […] However, …
- 00:13 Ticket #12607 (django.test.client.Client changes the HTTP method to "GET" when doing ...) closed by
- invalid: This is the intended behavior - the test client is doing exactly what …
- 00:10 Ticket #12607 (django.test.client.Client changes the HTTP method to "GET" when doing ...) created by
- With the code: Client().post(path, {}, follow=True) where path …
01/13/2010:
- 22:10 Ticket #12606 (Stray print statement in django.contrib.auth.admin) created by
- I came across a stray print statement inside django.contrib.auth.admin …
- 20:21 Ticket #11761 (DB error on TestCase execution) closed by
- fixed: I suspect this is a dupe of #11936, which has been fixed in [11938]. …
- 17:54 Changeset [0ca28f39]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw …
- 17:54 Ticket #12603 (new m2m signal documentation typo) closed by
- fixed: (In [12224]) Fixed #12603 -- Corrected typo in m2m signals docs. …
- 17:51 Ticket #12602 (Timezone issue with Asia/Calcutta) closed by
- invalid: This actually isn't anything to do with Django itself. Django doesn't …
- 14:14 Ticket #12605 (ImproperlyConfigured improperly imported in Spatialite base wrapper) created by
- The Spatialite-specific code in spatialite/base.py necessitated the …
- 12:16 Ticket #12604 (Typo on /en/dev/releases/1.1) created by
- On page …
- 11:06 Sprint201002LA edited by
- (diff)
- 11:05 Sprint201001Leipzig edited by
- (diff)
- 09:28 Ticket #12545 (contains and F() don't work well together) closed by
- duplicate: Closing this as a duplicate of #11722.
- 08:38 Ticket #12599 (MultiValueDictKeyError with inline admin, when inline model's ID not ...) closed by
- invalid: If you don't want the primary key field to be displayed and editable …
- 07:35 Ticket #12603 (new m2m signal documentation typo) created by
- There's a double "it", see patch for a correction
- 06:51 Ticket #12602 (Timezone issue with Asia/Calcutta) created by
- I am using Asia/Calcutta timezone. Though its been quite sometime when …
- 06:26 Ticket #12601 (ModelForm documentation refers to a forms field SlugField which is not ...) created by
- In the documentation of ModelForm's which …
- 05:50 Ticket #11907 (EmailField should run strip()) closed by
- duplicate: Duplicate of #6362
- 05:07 Ticket #5390 (Add signals to ManyRelatedManager) closed by
- fixed: (In [12223]) Fixed #5390 -- Added signals for m2m operations. Thanks …
- 05:07 Changeset [6afd505]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #5390 -- Added signals for m2m operations. Thanks to the many …
- 04:23 Ticket #12600 (Comments app template_search_list inconsistency) created by
- The way templates are searched is inconsistent. For the templatetags …
- 03:19 Ticket #12599 (MultiValueDictKeyError with inline admin, when inline model's ID not ...) created by
- An odd issue, which I don't have the Python-fu to debug fully. I have …
01/12/2010:
- 19:02 Ticket #12598 (somefield__isnull=False produce wrong SQL) closed by
- duplicate: Dupe of #12567.
- 18:53 Ticket #12597 (somefield__isnull=False produce wrong SQL) closed by
- duplicate: Duplicate of #12598
- 18:37 Ticket #12598 (somefield__isnull=False produce wrong SQL) created by
- Hi I have two models Model1 Model2, extending another model …
- 18:33 Ticket #12597 (somefield__isnull=False produce wrong SQL) created by
- Hi I have two models Model1 Model2, extending another model …
- 17:37 Changeset [f56f6e94]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9326 - Use decorator syntax in get_absolute_url example. …
- 17:37 Ticket #9326 (permalink decorator used in doc and then pre-decorator method used ...) closed by
- fixed: (In [12222]) Fixed #9326 - Use decorator syntax in get_absolute_url …
- 17:36 Ticket #11794 (topics/db/managers.txt typo) closed by
- fixed: (In [12221]) Fixed #11794 - Typo in model manager documentation. …
- 17:36 Changeset [9614b01]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11794 - Typo in model manager documentation. Thanks, timo. …
- 17:36 Changeset [e752d498]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12496 - Added code examples to built-in filter documentation. …
- 17:36 Ticket #12496 (Add code examples to built-in filter docs) closed by
- fixed: (In [12220]) Fixed #12496 - Added code examples to built-in filter …
- 17:35 Changeset [f499857]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11796 - Tweaked ordering of permissions a little more to be …
- 17:35 Ticket #11796 (Change Permission ordering to sort by application, model, then permission) closed by
- fixed: (In [12219]) Fixed #11796 - Tweaked ordering of permissions a little …
- 17:35 Changeset [c4470e5]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Make use of new ability to override admin add form templates and …
- 17:34 Ticket #8933 (Make more admin templates overridable) closed by
- fixed: (In [12217]) Fixed #8933 - Allow more admin templates to be overridden.
- 17:34 Changeset [a2056919]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #8933 - Allow more admin templates to be overridden. …
- 17:34 Changeset [31f3a8c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10640 - Adds a add_form_template option to ModelAdmin. Thanks …
- 17:34 Ticket #10640 (Add `add_form_template` option to ModelAdmin) closed by
- fixed: (In [12216]) Fixed #10640 - Adds a add_form_template option to …
- 16:19 Ticket #12596 (Calling ModelForm.clean() is no longer optional) created by
- It's [[documented …
- 16:03 Changeset [09b585e4]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12588 - test failure since r12207 git-svn-id: …
- 16:03 Ticket #12588 (context_processors test failure since r12207) closed by
- fixed: (In [12215]) Fixed #12588 - test failure since r12207
- 15:20 Ticket #12595 (Localflavor bad arguments handling) created by
- A lot of form fields in django.contrib.localflavor handles arguments …
- 13:28 Ticket #12594 (Meaningless exception when DEBUG=False and resolver.urlconf_module is None.) created by
- Because of resolver.resolve500() can now fail due to urlconf_module …
- 12:58 Ticket #12593 ("manage.py loaddata" exits with system exist status 0 when there are errors) closed by
- duplicate: Duplicate of #11481.
- 12:53 Ticket #12593 ("manage.py loaddata" exits with system exist status 0 when there are errors) created by
- "manage.py loaddata" returns with system exit status 0 on error. it …
- 12:45 Ticket #10923 (Use thread-safe GEOS API if available) closed by
- fixed: (In [12214]) Fixed #10923 -- The GEOS bindings now use the thread-safe …
- 12:40 Changeset [32e0117a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10923 -- The GEOS bindings now use the thread-safe API, when …
- 12:24 Ticket #12592 (language code for brazilian portuguese should be case insensitive.) created by
- In i18nguy, as advised in settings.py it says one should use pt-BR, …
- 11:59 Ticket #12591 (django.contrib.gis.utils.srs is out of date) created by
-
django.contrib.gis.utils.srs.add_postgis_srs
fails with the … - 11:10 DevelopersForHire edited by
- (diff)
- 11:05 Ticket #12590 (validators modeltest test fail under Python 2.4) created by
- This is happening since the model validation merge (r12098) * and can …
- 11:03 Ticket #12589 (upload_to argument on FileField It is not completely clear in the ...) closed by
-
invalid: The MEDIA_ROOT setting is not ignored if the
upload_to
is a … - 10:44 CollaborateOnGithub edited by
- (diff)
- 10:26 CollaborateOnGithub edited by
- (diff)
- 10:22 CollaborateOnGithub edited by
- (diff)
- 10:17 Ticket #12589 (upload_to argument on FileField It is not completely clear in the ...) created by
- The documentation says: "A local filesystem path that will be appended …
- 09:11 Ticket #12588 (context_processors test failure since r12207) created by
- Since r12207 we're getting a failure when running the full test suite: …
- 08:58 Ticket #12516 (email_re has moved from django.form.fields to django.core.validators) closed by
- fixed: (In [12213]) Fixed #12516. Added the new location of email_re to the …
- 08:58 Changeset [418bfa28]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12516. Added the new location of email_re to the release notes. …
- 08:58 Ticket #12525 (ModelForm validation doesn't work like documented) closed by
- fixed: (In [12212]) Fixed #12525. Added a note to the validators …
- 08:58 Changeset [379ffbc1]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12525. Added a note to the validators doucmentation that models …
- 08:58 Changeset [223b272]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12510. Changed ModelChoiceField to stop using some of its …
- 08:58 Ticket #12510 (ModelChoiceField.clean call to_python and validate from ChoiceField) closed by
- fixed: (In [12211]) Fixed #12510. Changed ModelChoiceField to stop using some …
- 08:26 Changeset [eb2cbb6d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 some bad indentation git-svn-id: …
- 08:20 Ticket #12587 (Related fields when using multiple databases and different managers) closed by
- duplicate: Duplicate of #12540. Although I'm sure the patch you have provided …
- 08:04 Changeset [c4ad3de]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12586. Corrected a typo in the validation docs. Thanks, phyfus. …
- 08:04 Ticket #12586 (Name error in the model validtion docs) closed by
- fixed: (In [12209]) Fixed #12586. Corrected a typo in the validation docs. …
- 08:02 Ticket #12587 (Related fields when using multiple databases and different managers) created by
- Let's take the case: - 2 databases in settings.py (default and …
- 07:52 Ticket #12177 (Error in part 4 of the tutorial?) closed by
- duplicate: It sounds like you're not following the tutorial exactly. If you're …
- 07:14 Changeset [d83769f8]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
-
Documented the backwards incompatibility caused by
in
being a new … - 07:03 Ticket #12521 (ModelAdmin save_model request.user idiom is broken by model validation) closed by
- fixed: This was fixed in [12206] by Joseph Kocherhans (typo in commit message …
- 06:19 DevelopersForHire edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.