Timeline
06/22/2011:
- 18:52 Ticket #16326 (Un-pickled TemplateResponse objects can't be re-pickled) created by
-
Pickling a
TemplateResponse
removes attributes that deal with … - 17:05 Ticket #16325 (truncatewords_html and tables) created by
- I noticed, that using truncatewords_html does truncate words in tables …
- 14:16 Ticket #16323 (Typo in 'Raising 404' listing) closed by
-
invalid: Http404 is not a function; it's a class and it inherits
Exception
. … - 14:12 Ticket #16324 (Dutch (NL) translation for "Password reset on %s") closed by
- invalid: Thanks for this report. However, we don't update Django translations …
- 13:37 Ticket #16324 (Dutch (NL) translation for "Password reset on %s") created by
- Currently, the subject of the email received after requesting a …
- 12:57 Ticket #16323 (Typo in 'Raising 404' listing) created by
- in the 'Raising 404' listing there is a simple typo: Http404 is a …
- 12:37 Ticket #16322 (Some mobile Accept-Language headers are not parsed) created by
- Some mobile phones use spaces before or after semicolon in …
- 12:24 Ticket #16321 (Provide password management with API of authentication backend.) created by
- Following: …
- 11:51 Ticket #16320 (Please have view support for databases) created by
- I am linking django to a legacy app database with views. The views …
- 11:14 Ticket #16318 (Add a standard verbatim tag) closed by
- duplicate: Related discussion threads: * …
- 10:36 Ticket #16319 (add success_message in ClassViews) created by
-
sample:
[…]
after object created calls
messages.sucess_message
:-) - 08:38 Ticket #16318 (Add a standard verbatim tag) created by
- jQuery templates use constructs like: {{if condition}} print …
- 07:48 Ticket #16308 (CheckboxSelectMultiple can not show the data on the view) reopened by
- Reopening so that this ticket can be reviewed again (I don't have time …
- 07:20 Changeset [e3a845de]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typos in admin views wrt list_filter. Refs #16311. git-svn-id: …
- 06:45 Ticket #16317 (Self-referencing model with natural key: dumpdata can't resolve ...) created by
- I have a self-referencing model with a natural key, but dumpdata won't …
- 01:59 Ticket #15496 ("Content-Transfer-Encoding: base64" not honored when uploading files) closed by
- needsinfo: I tried to extend the test to include non base-64 data, I …
- 01:01 Ticket #16288 (Enabling 'django.request' logger when DEBUG is True) closed by
- fixed: In [16444]: […]
- 01:01 Changeset [43503b09]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16288 -- Enabled django.request exception logger regardless of …
06/21/2011:
- 20:07 Ticket #15496 ("Content-Transfer-Encoding: base64" not honored when uploading files) reopened by
- My multipart post data has only one field that's base64 encoded. I …
- 19:50 Ticket #16313 (forms.EmailField does not match length requirements of models.EmailField) closed by
- duplicate: Duplicate of #12900, #11579, #11365, and many others.
- 19:26 Ticket #16316 (Error with GenericRelation applied to a subclass) created by
- I noticed this when using the django-threadedcomments app and trying …
- 18:27 Ticket #6773 (Confusing error when ForeignKey lookup fails while serializing) closed by
- needsinfo: The answers you seek can be partially found by reading the ticket …
- 15:43 Ticket #16315 (FileSystemStorage.listdir returns names with unicode normalization ...) created by
- When you want to write a function that finds files on disk that are …
- 15:41 Ticket #16314 (FileSystemStorage.listdir returns names with unicode normalization ...) closed by
- invalid
- 15:38 Ticket #16314 (FileSystemStorage.listdir returns names with unicode normalization ...) created by
- When you want to write a function that finds files on disk that are …
- 13:40 Ticket #16313 (forms.EmailField does not match length requirements of models.EmailField) created by
- Django's models.EmailField has a default max_length=75 and thus …
- 12:19 Ticket #16306 (Form field documentation documents optional keyword arguments as ...) reopened by
- Meh. Reread the …
- 12:10 Ticket #16306 (Form field documentation documents optional keyword arguments as ...) closed by
- invalid: max_value and min_value are documented as arguments to the __init__ …
- 08:28 Ticket #16312 (models.DateField() doesn't convert a datetime.datetime() to datetime.date()) created by
- IMHO models.DateField() should convert a given datetime.datetime() to …
- 08:15 Ticket #16311 (Option to limit list_filter to related_objects of instances of the list) created by
- I know there are many snippets and blog entries to do that but it is a …
- 05:22 DjangoOnWindowsWithIISAndSQLServer edited by
- (diff)
- 03:57 Ticket #16310 (EmailValiadtor lets through [...].com. (dot at the end)) created by
- […]
- 02:40 Ticket #16307 (Unable to expand (resolve) template variable attribute when the ...) closed by
- invalid: As far as I can tell, in your example, you're trying to access a field …
- 01:18 Ticket #16309 (Clarify "new in" notes in ModelAdmin.list_filter documentation) created by
- In the documentation, post-1.3 changes to the …
06/20/2011:
- 23:00 Ticket #16308 (CheckboxSelectMultiple can not show the data on the view) closed by
- needsinfo: I've reformatted your description -- next time please use preview to …
- 21:36 Ticket #16308 (CheckboxSelectMultiple can not show the data on the view) created by
- CheckboxSelectMultiple can not show the data on the view. when the …
- 18:27 Ticket #16307 (Unable to expand (resolve) template variable attribute when the ...) created by
- If you have a variable in a template that contains a python class like …
- 17:43 Ticket #16305 (Create a form.TextField() form field) closed by
- wontfix: This suggestion misses the reason why the distinction exists in the …
- 16:19 Ticket #16306 (Form field documentation documents optional keyword arguments as ...) created by
- I've tested this for forms.IntegerField and forms.DecimalField -- …
- 15:29 Ticket #16305 (Create a form.TextField() form field) created by
- To create a Text Field in a model, one calls: models.TextField() yet …
- 14:04 Ticket #16304 (Add HTML5 'placeholder' attribute support to form fields.) created by
- HTML5 introduces a 'placeholder' attribute to form inputs, providing a …
- 09:28 Ticket #16303 (How do I test a database view) closed by
- invalid: Trac is not the place to ask "how do I" questions — it is a database …
- 09:24 Ticket #16303 (How do I test a database view) created by
- I have a database which has views in it. I need to run tests against …
- 08:42 Ticket #16302 (Ensure contrib (namely comments) is IPv6 capable) created by
- This is a follow-on ticket now that #811 has been implemented. What's …
- 08:14 Ticket #16301 (Show clients remote IP when running runserver) closed by
- wontfix: Marking this wontfix. If you're developing, there should only be one …
- 07:43 Ticket #16301 (Show clients remote IP when running runserver) created by
- When running the dev-server (runserver), it would be nice to have the …
- 07:17 Ticket #16300 (Poor header formatting when using "make singlehtml" on docs/) created by
- So, whilst trying to test a patch on docs (for the first time btw), I …
- 05:29 Ticket #16299 (Django model-module doesn't support unicode_literals) created by
- Hello all, When using […] in a model file, Django fails to …
- 04:54 Ticket #16298 (Gettext by default on generated labels) closed by
- wontfix: Nope, sorry, this is a bad idea.
- 03:17 Ticket #16298 (Gettext by default on generated labels) created by
- For model and form fields it would be nice to have default labels …
- 01:56 Ticket #16297 (unexpected behavior with make_list filter) created by
- When using the make_list filter I would expect the following code to …
- 00:40 Ticket #16295 (field.auto_id not mentioned) closed by
-
needsinfo:
auto_id
is documented here: …
06/19/2011:
- 23:46 Ticket #16296 (django.contrib.comments could offer a config option for default order) closed by
- wontfix: Yeah, I'm not convinced the use-case is common enough to justify …
- 22:44 Ticket #16296 (django.contrib.comments could offer a config option for default order) created by
- By default, comments are ordered by oldest-post-first, except in Feed, …
- 22:35 Ticket #16295 (field.auto_id not mentioned) created by
- The documentation doesn't mention that a form field has an auto_id …
- 14:54 Ticket #12180 (ProgrammingError thrown with autocommit: True if first query on ...) closed by
- fixed: In [16443]: […]
- 14:54 Changeset [9eb2afd]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed more code for handling of PostgreSQL versions older than 8.2; …
- 14:40 Changeset [a0285bb]stable/1.3.x by
- [1.3.X] Fixed #16258 - typo in middleware docs. Backport of r16441 …
- 14:40 Ticket #16258 (repeating word) closed by
- fixed: In [16441]: […]
- 14:40 Changeset [b9ea5e1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16258 - typo in middleware docs. git-svn-id: …
- 14:25 Changeset [df45e356]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed broken i18n tests after r16437. git-svn-id: …
- 13:42 Ticket #16262 (ValueError when authenticating) reopened by
- Isn't one of Django's principles also loose coupling? I think that in …
- 13:00 Tickets #11065,11285 batch updated by
- fixed: In [16439]: […]
- 13:00 Changeset [f2dca72a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, …
- 12:38 Ticket #16262 (ValueError when authenticating) closed by
- needsinfo: First of all, I read the ticket description and wasn't able to get the …
- 06:24 Ticket #12202 (Hardcoded subject in the reset password mail) closed by
- fixed: In [16438]: […]
- 06:24 Changeset [656360c2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12202 -- Removed hardcoded password reset subject and added a …
- 06:24 Changeset [63f9b671]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added '.txt' to list of file extensions that the makemessages …
- 06:08 Ticket #16262 (ValueError when authenticating) reopened by
- Can you please read my initial ticket description. What I am …
- 05:28 Ticket #16262 (ValueError when authenticating) closed by
- worksforme: Well, there are clearly only two dollar signs in …
Note: See TracTimeline
for information about the timeline view.