Timeline
10/11/2007:
- 23:00 Ticket #5742 (`static_pattern` shortcut for serving static files) created by
- It seems like it could be useful to provide a reliable shortcut for …
- 12:53 Ticket #5741 (make queryset get(), latest(), earliest(), take a default kwarg) created by
- Just to follow up on …
- 12:39 Ticket #5739 (Image and File Fields edited inline do not exhibit 'expected' behaviour) closed by
- duplicate: Duplicate of #5721.
- 11:55 Ticket #5740 (oracle inspectdb CharFields missing "max_length") created by
- forgive the flimsy report - I don't have an oracle db to confirm this. …
- 10:47 Ticket #5739 (Image and File Fields edited inline do not exhibit 'expected' behaviour) created by
- When inline editing a model with an ImageField the admin application …
- 10:37 Ticket #5738 (django fails on defective unicode strings appearing in the url) created by
- problem happens with any django site (version does not matter), the …
- 10:35 Ticket #5737 (CheckboxSelectMultiple when you use choices, required=False is not ...) created by
- if for example you do: […] You cannot submit your form without …
- 09:15 Ticket #5736 (unique fields won't be validated by .is_valid() in NewForms form_for_models) closed by
- duplicate: I am closing this as a duplicate of #4895. The reasoning in that …
- 08:49 Ticket #5736 (unique fields won't be validated by .is_valid() in NewForms form_for_models) created by
- I have some unique-Fields in my models.py. I use form_for_models and …
- 06:00 Ticket #5735 (transaction for newforms-admin) created by
- When I try and save some object in admin that has some edit_inline and …
- 02:21 Ticket #5734 (utils.http.urlquote() ignores safe kwarg) created by
- Up to now the kwarg safe of utils.http.urlquote() gets ignored. Small …
- 00:52 Ticket #5733 ([newforms-admin] - add formset_for_queryset) created by
- In a discussion with Joseph, we both came to the conclusion that a …
10/10/2007:
- 20:52 Ticket #5732 (urls.py import error) created by
- I've forgotten to create urls.py, but included it in. Strange errors …
- 16:47 Ticket #5731 ([newforms-admin] - remove & replace radio_admin) created by
- The field attribute radio_admin is out of place (and non-functional) …
- 14:09 DjangoPoweredSites edited by
- added BlizzPub (diff)
- 12:28 Ticket #5730 (widgets not properly escaping content) created by
- RadioSelect widget does not escape label text correctly. Example: […]
- 12:02 Ticket #5729 (Django doesn't create real foreign keys when using MySQL INNODB engine) created by
- When specifying in DATABASE_OPTIONS to use MySQL's INNODB engine, …
- 11:25 Ticket #5728 (SelectDateWidget does not work with datetime.date) created by
- If I'm creating a form to update an existing object, I pass in the …
- 10:51 Changeset [9cd09e75]stable/0.91.x by
- 0.91-bugfixes: Minor improvement to [6468 git-svn-id: …
- 09:14 Ticket #5724 (Data is retrieved to build select when raw_id is being used.) closed by
- duplicate: I believe this is a duplicate of #5720 which was fixed less than 12 …
- 08:58 Ticket #4990 (Problems in HttpResponse __str__ method.) closed by
- worksforme: The real problem was in views/debug.py. The error does not occur anymore.
- 08:53 Ticket #5727 (views/static.py small refactoring) created by
- If you need to check permissions before allowing access to a static …
- 06:35 Ticket #5726 (Document that inspectdb doesn't detect default values) created by
- Testing with MySQL, no default values are used from the table definition.
- 06:32 Ticket #5725 (Inspectdb makes too long CharFields) created by
- Using mysql5.0 and python2.4, the maxlength of a CharField is three …
- 02:58 Ticket #5724 (Data is retrieved to build select when raw_id is being used.) created by
- Not a major issue, but worth noting all the same. A unicode error …
- 01:33 Ticket #5716 (Running the tests on Debian) closed by
- wontfix: This isn't a packaging problem. The tests are not an essential part of …
- 01:13 Ticket #5716 (Running the tests on Debian) reopened by
- (I'm one of the Debian maintainer of the python-django package, you …
10/09/2007:
- 21:48 Ticket #5720 ([newforms-admin] - remove legacy Manipulator code) closed by
- fixed: (In [6470]) newforms-admin: Fixed #5720. render_change_form now …
- 21:20 Changeset [b0531775]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 #5723 -- Fixed typo in request response docs. Thanks, derelm. …
- 21:20 Ticket #5723 (typo in docs/request_response.txt) closed by
- fixed: (In [6469]) Fixed #5723 -- Fixed typo in request response docs. …
- 21:17 Ticket #5722 (typo in docs/request_response.txt) closed by
- invalid: There may well be a typo, but unless you're going to tell us where it …
- 20:37 Ticket #5723 (typo in docs/request_response.txt) created by
- I feel like nitpicking. thanks for the great docs!
- 20:35 Ticket #5722 (typo in docs/request_response.txt) created by
- i feel like nitpicking. anyways… thanks for the awesome …
- 18:27 Ticket #5721 (Objects with file fields, edited inline, throws validation errors on edit) created by
- This is similar to #26. I have an object with multiple related file …
- 18:09 Ticket #5720 ([newforms-admin] - remove legacy Manipulator code) created by
- I ran across a problem with having about 10,000 rows in a foreign key …
- 18:01 Ticket #5718 (PREPEND_WWW should ignore IP addresses/localhost) closed by
- wontfix: I'd be inclined against complicating the codebase for this; it's easy …
- 17:16 DevelopersForHire edited by
- de-wikified text (2). (diff)
- 16:45 Ticket #5719 (from django.contrib.formtools import FormPreview doesn't import properly) created by
- from #django dublpaws: line 48 of form_preview.txt, should this …
- 16:10 Ticket #5713 (Template language lacks means to display trees as nested structures) closed by
- wontfix: Collin's pretty much nailed it: the requirements for recursive display …
- 16:04 Ticket #5718 (PREPEND_WWW should ignore IP addresses/localhost) created by
- PREPEND_WWW tries to add it's prefix even if IPs or localhost is used, …
- 15:32 DevelopersForHire edited by
- (diff)
- 15:24 DevelopersForHire edited by
- sorted the "unspecified" ones I could figure out (diff)
- 15:19 DevelopersForHire edited by
- sorted developers by region (diff)
- 14:59 DjangoJobs edited by
- link on Scripps job states job is not active; removing (diff)
- 14:53 DjangoJobs edited by
- sorted jobs by location (diff)
- 14:42 Ticket #5717 (Suggestion: support for apps default settings) closed by
- wontfix: We've decided in the past not to do this. The problem is that it is …
- 14:24 DevelopersForHire edited by
- wiped info now at DjangoJobs (diff)
- 14:23 Ticket #5717 (Suggestion: support for apps default settings) created by
- Is great for 3rd party apps if Django import default settings from a …
- 14:21 DjangoJobs created by
- splitting out available positions into separate wiki page
- 11:23 Ticket #5716 (Running the tests on Debian) closed by
- wontfix: If Debian's distribution is causing problems, that's a bug in Debian. …
- 11:16 Ticket #5716 (Running the tests on Debian) created by
- I suggest adding this somewhere in …
- 10:33 Ticket #5715 (The link which includes non-ASCII is not encoded in admin view.) created by
- […] Non-ASCII should be encoded. […] It becomes a problem with …
- 07:50 Ticket #2145 (list_filter not available if model contains OneToOneField) reopened by
- I still see this problem in svn (revision 6463) It can be recreated …
- 07:50 Ticket #5714 (Date/Time fields' clean methods need strip()) created by
- Minor, but trailing/leading spaces throw date/time fields. Believe …
- 06:32 DjangoPoweredSites edited by
- This is fully django powered web site (diff)
- 05:16 Ticket #5713 (Template language lacks means to display trees as nested structures) created by
- I have a fairly simple need: to display tree-structured data as nested …
- 02:08 Ticket #5712 (debug.py fails if python source contains wrong encoded strings) created by
- Hi, views/debug.py fails if the python source file contains broken …
10/08/2007:
- 23:08 Ticket #5711 (Allow non-field attributes to be serialized) created by
- It seems if I create a request set with extra(), the fields are not in …
- 21:42 Ticket #5710 (dumpdata/loaddata fails with many-to-many tables on postgresql) created by
- I did a (manage.py) dumpdata then loaddata with some models that had …
- 15:53 Changeset [56c074f5]stable/0.91.x by
- 0.91-bugfixes: Backport silent failure of date-related template …
- 15:10 Ticket #5709 (modify forms.RegexField to support inverse matching) created by
- For conveinence, it would be nice if the RegexField supported inverse …
- 14:55 Ticket #5708 (validate() returns 'This field is required.' for number fields if ...) created by
- in django.db.models.fields.init.py in line 116 change: if not …
- 13:30 Ticket #5679 (Can't assign GEOS geometries to a general GeometryField) closed by
- fixed: Fixed in 6467 (w/tests). Thanks rcoup!
- 13:27 GeoDjangoModelAPI edited by
- GeoMixin no longer necessary (diff)
- 13:25 GeoDjango edited by
- updated w/new syntax (diff)
- 13:21 GeoDjangoDatabaseAPI edited by
- (diff)
- 12:37 Ticket #5707 (Aliases truncated to 64 characters on Postgres) created by
- With a large join or long table names, postgres will truncate the …
- 08:30 Ticket #659 (Selecting by month with DateField is broken with sqlite3 backend) reopened by
- Reopened because user reported that this still does not work. A …
- 08:23 Ticket #5706 (Two HTML errors in Admin documentation.) created by
- With my projects, I like to use DEFAULT_CONTENT_TYPE = …
- 08:15 Ticket #5705 (Admin login window CSS bug when using application/xhtml+xml) created by
- With my projects, I like to use DEFAULT_CONTENT_TYPE = …
- 08:07 Ticket #5704 (Admin popup windows won't close when using application/xhtml as ...) created by
- With my projects, I like to use DEFAULT_CONTENT_TYPE = …
- 05:08 Ticket #5703 (allow RNV as a fallback in XML validation) created by
- The attached patch allows using RNV for RELAX-NG compact validation …
- 02:16 Ticket #5690 (Use os.path.dirname() not os.path.join(foo, '..')) closed by
- worksforme: My problem was, that the import failed, because the directory was a …
- 00:02 Ticket #5702 (Django Documentation defect: missed 'name=' in - ...) closed by
-
worksforme: The
name
argument isn't "keyword-only" (in fact, there's no such …
Note: See TracTimeline
for information about the timeline view.