Timeline
09/11/2010:
- 21:09 Changeset [31744a78]stable/1.2.x by
-
[1.2.X] Fixed #14060 -- PostGIS never implemented the
~=
operator … - 21:07 Ticket #14060 (PostGISAdapter needs to properly cast input for comparisons on ...) closed by
-
fixed: (In [13757]) Fixed #14060 -- PostGIS never implemented the
~=
… - 21:07 Changeset [553374b5]stable/1.10.xstable/1.11.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 #14060 -- PostGIS never implemented the
~=
operator for … - 20:53 Ticket #5877 (Force manage.py to output UTF-8 to avoid UnicodeEncodeErrors) closed by
- worksforme: This is a very old report, with a diff that no longer applies, without …
- 20:50 Ticket #1820 (Autogenerated ManyToMany fields can generate too long identifiers for ...) closed by
- fixed: Have tried this in the current trunk it is no longer a problem …
- 20:44 Changeset [24586d4d]stable/1.2.x by
- [1.2.X] Fixed regression in running the GeoDjango test suite after …
- 20:40 Changeset [f6074506]stable/1.10.xstable/1.11.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 regression in running the GeoDjango test suite after r13670 with …
- 20:11 Ticket #13710 (raw() sql bug when using a model with many fields with long names) closed by
- invalid: As far as I can tell, add_to_class is an undocumented method and hence …
- 20:10 Ticket #5767 (EmailField should render as a mailto anchor in admin list page) closed by
- wontfix: We don't do this kind of thing for URL fields, so it would be …
- 19:59 Ticket #5742 (`static_pattern` shortcut for serving static files) closed by
- wontfix: Not going to take this. We might add a commented out pattern for using …
- 19:42 Ticket #5714 (Date/Time fields' clean methods need strip()) reopened by
- 19:41 Ticket #5714 (Date/Time fields' clean methods need strip()) closed by
- duplicate: Marking as a dupe of #6362.
- 19:41 Ticket #5741 (make queryset get(), latest(), earliest(), take a default kwarg) closed by
- wontfix: Due to backwards incompatibility changes, this can't be done. Sorry. …
- 19:37 Ticket #5709 (modify forms.RegexField to support inverse matching) closed by
- wontfix: Now that we have custom validators back, this is something we can do …
- 19:21 Localization edited by
- (diff)
- 19:17 Ticket #4824 (Enforce a check for duplicate named url patterns) closed by
- wontfix: Having duplicate url names is fine in cases where you use different …
- 19:17 Ticket #14259 (URL dispatcher does not reject duplicate URL names) closed by
- wontfix: Having duplicate url names is fine in cases where you use different …
- 19:04 Ticket #5638 (Non-Western person names) closed by
- duplicate: We are in the process of discussing/designing a public interface for …
- 18:58 Ticket #5606 (urlize filter should recognize only the characters which URL RFC specifies.) closed by
- wontfix: We cannot really do this. URls can contain non-ASCII characters, they …
- 18:50 Ticket #5519 (Capitalized names for czech language) closed by
- wontfix: This is really in conflict with how we want to proceed in #5518. If a …
- 18:14 Ticket #5476 (Image thumbnails on image fields in the admin) closed by
- wontfix: There seem to be too many variable preferences required here for how …
- 18:04 Ticket #14218 (Paginator just implement the __iter__ function) closed by
- wontfix: I'm not sure that's common enough functionality to worry about.
- 18:00 Ticket #5500 (Add an adminindex templatetag) closed by
- wontfix: After discussion with jezdez, we feel there's enough customisation of …
- 17:49 Ticket #5392 ([newforms-admin] - hooks for template names) closed by
- fixed: This is now possible to you things like …
- 17:37 Ticket #14239 (Form input button embedded in <a /> crashes Django server) closed by
- wontfix: 1. Only that request is failing, the server is not "crashing". This …
- 17:32 Ticket #5309 ([Patch] Marking instances as db-stored via is_stored) closed by
-
fixed: This seems to be solved via the addition of
force_update
and … - 17:30 Ticket #5304 (timezone aware datetime causes error when saving on mysql) closed by
- invalid: This is correct behaviour. Django cannot save that data and so an …
- 17:26 GeoDjango edited by
- (diff)
- 17:21 Ticket #5048 (Allow TypeError exceptions to propagate in templates) closed by
- wontfix: This is backwards incompatible and we really prefer template rendering …
- 17:18 Ticket #5065 (Add a post_reset signal to "manage.py reset <app>") closed by
- wontfix: Wontfix; We're going to deprecate reset/sqlreset because it's …
- 17:09 Ticket #14268 (reset and sqlreset management commands should raise ...) created by
- These commands break a lot and should be deprecated. The underlying …
- 16:47 Ticket #4471 (Newforms errors.as_text probably shouldn't prefix the string with an ...) closed by
- wontfix: Would be backwards incompatible at this point. Making this change in …
- 16:45 Ticket #4311 (urlresolvers.resolve and friends should return the name they resolved to.) closed by
- fixed
- 16:31 Ticket #4238 (django.views.generic.simple should have a method to redirect to the ...) closed by
- wontfix: Not clear this is a common enough use-case to require a function in …
- 16:28 Changeset [864361a]stable/1.2.x by
-
[1.2.X] Fixed #13390 --
SplitDateTimeWidget
now recognizes when it's … - 16:27 Ticket #4031 (Translate to a specified language (not necessarily the current session ...) closed by
- wontfix: My comment from 2007 still kind of holds. Given the relative scarcity …
- 16:26 Ticket #13390 (Using AdminSplitDateTime and clean method in DateTimeField) closed by
-
fixed: (In [13753]) Fixed #13390 --
SplitDateTimeWidget
now recognizes when … - 16:26 Changeset [43114022]stable/1.10.xstable/1.11.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 #13390 --
SplitDateTimeWidget
now recognizes when it's no … - 15:36 Ticket #6290 (profanity filter) closed by
- wontfix: the profanities list has been on the chopping block for a while, and …
- 15:24 Ticket #5421 (Add "db_select" hooks for database Fields) closed by
- fixed: There are other internals for doing this now.
- 15:23 Ticket #5354 (django imports minidom (which imports pyexpat) causing a modpython ...) closed by
- wontfix: mod_python is no longer a reccomended deployment and this is fixed in …
- 15:21 Ticket #14267 (Trac Upgrade Tracking Ticket) created by
- The upcoming upgrade to Trac 0.12 requires the following yet …
- 15:20 Ticket #5297 (Backwards incompatibility introduced in [5091]: obj.has_key(x) -> x in obj) closed by
- wontfix
- 15:20 Ticket #5293 (adding sql functions to order_by clause handling) closed by
- wontfix: Wontfixing this, there is zero precedent in the API for allowing …
- 15:19 Ticket #5140 (url templatetag should raise exception on invalid path) closed by
- worksforme: The URL tag is now noisy.
- 15:15 Ticket #5023 (Tighten security around generic views) closed by
- wontfix: Involves manipulators, no way it's still valid.
- 15:14 Ticket #4794 (Use CSS :target pseudo class) closed by
- invalid
- 15:11 Ticket #13692 (Wrong ORM in complex filter) closed by
- duplicate: This is a duplicate of http://code.djangoproject.com/ticket/11293. …
- 15:03 Ticket #4196 ([patch] Use select_related() when retrieving a user profile) closed by
- wontfix: Using select_related makes no sense here, we already know the user …
- 15:02 Ticket #14266 (Audit database backend support claims, particularly for MySQL) created by
- The [http://docs.djangoproject.com/en/dev/ref/databases/#mysql-notes …
- 14:56 Ticket #13710 (raw() sql bug when using a model with many fields with long names) reopened by
- It only generates an error when your model has a lot of fields, which …
- 14:55 Ticket #14265 (Tag the 1.2.3 release in the repository) created by
- It would help some of the users if release 1.2.3 could be tagged < …
- 14:47 Ticket #14264 (settings.configure has undocumented differences from using a settings ...) created by
- Calling django.conf.settings.configure bypasses the Settings class in …
- 14:45 Ticket #12812 (Inheriting from comments breaks comment moderation) closed by
- invalid: A brief review tells me that you're subclassing the wrong thing. Like …
- 14:41 Ticket #3620 (test suite aborts with mysql 4.1) closed by
- duplicate: Closing as an effective duplicate of #3615. This is a problem because …
- 14:26 Ticket #14263 (Allow fields to support custom double-underscore lookup methods) created by
- Rather than continually adding specialized builtin lookup types (e.g. …
- 14:24 Ticket #12213 (Initial data and addition queryset_filter for formset from ...) closed by
- fixed: The new way to pass the queryset that Russell mentions is documented …
- 14:22 Ticket #13632 (lack of builtin range checking of id fields) closed by
- wontfix: Replying to glassresistor: > Replying to [comment:2 …
- 14:16 Ticket #7815 (Let Context handle include, extends and inclusion_tag template loading) closed by
- wontfix: The three (remaining) individual tickets (#3544, #4278, #6834) are all …
- 14:01 Ticket #3169 (A template tag for listing/linking to nearby pages in pagination ...) closed by
- wontfix: Marking this wontfix; there's nothing wrong with the principle of …
- 13:57 Ticket #13710 (raw() sql bug when using a model with many fields with long names) closed by
- worksforme: I was NOT able to reproduce this bug. I attached a test showing that …
- 13:54 Ticket #2616 (Add DB API support for lookup against IP address fields) closed by
- wontfix: This is solved by adding the ability for custom (per-field) lookup …
- 13:49 Ticket #2493 (Error "reset"ing app with self-referencing ForeignKey) closed by
- wontfix: We are going to deprecate and phase out reset and sqlreset after our …
- 13:46 Ticket #1105 ([patch] simple_tag decorator enhancement) closed by
- duplicate: Per design conversation with Malcolm, Russell, and Jannis at sprint, …
- 13:41 Ticket #14262 (Helper for "get_something as varname" template tag pattern) created by
- It's a common pattern to write a template tag that fetches some data …
- 13:38 Changeset [e4bd5e8a]stable/1.2.x by
-
[1.2.X] Fixed #13149 -- The admin
ForeignKeyRawIdWidget
now properly … - 13:34 Changeset [9e04c3b7]stable/1.10.xstable/1.11.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 #13149 -- The admin
ForeignKeyRawIdWidget
now properly handles … - 13:34 Ticket #13149 (ForeignKeyRawIdWidget doesn't handle invalid values) closed by
-
fixed: (In [13751]) Fixed #13149 -- The admin
ForeignKeyRawIdWidget
now … - 12:55 Changeset [f4ebd701]stable/1.2.x by
- [1.2.X] Adjust AdminDocTests to run after r13728. Also match comments …
- 11:20 Ticket #14261 (Add clickjacking protection (X-Frame-Options header)) created by
- == Overview == For security reasons, many sites implement some form of …
- 01:49 Changeset [f140436]stable/1.2.x1.2.3 by
- [1.2.X] Bump to 1.2.3. git-svn-id: …
09/10/2010:
- 23:22 Ticket #7952 (Auth messages should accept a label parameter) closed by
- fixed: I would say this functionality is provided by the fix for #4604 better …
- 23:04 DevelopersForHire edited by
- (diff)
- 22:25 Changeset [4eb78b89]stable/1.2.x by
- [1.2.X] Improved unicode-type, ASCII-convertible header handling in …
- 22:25 Changeset [dc00873]stable/1.2.x by
- [1.2.X] Fixed id attribute generation in the admin docs page. Patch …
- 22:13 Changeset [fffe0a00]stable/1.10.xstable/1.11.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
- Add option to redirect_to view to allow passing along the query string …
- 22:13 Ticket #9966 (Generic view "redirect_to" to carry existing query string) closed by
- fixed: (In [13746]) Add option to redirect_to view to allow passing along the …
- 22:04 Changeset [ff0cb11c]stable/1.2.x by
-
[1.2.X] Fixed #13599 -- No longer embed hidden
<td>
elements in … - 22:01 Ticket #13599 (Incorrect HTML in change_list when list_editable is used) closed by
-
fixed: (In [13744]) Fixed #13599 -- No longer embed hidden
<td>
elements in … - 22:01 Changeset [04f50c1f]stable/1.10.xstable/1.11.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 #13599 -- No longer embed hidden
<td>
elements inChangeList
… - 21:30 Changeset [8829b7d]stable/1.2.x by
-
[1.2.X] Fixed #12632 -- Improved performance of
SortedDict
. Thanks, … - 21:28 Ticket #12632 (Creation of SortedDict's has non-linear performance) closed by
-
fixed: (In [13742]) Fixed #12632 -- Improved performance of
SortedDict
. … - 21:28 Changeset [1efa807]stable/1.10.xstable/1.11.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 #12632 -- Improved performance of
SortedDict
. Thanks, Alex … - 21:07 Ticket #14008 (GeoDjango subquery fails with bad quoting) closed by
- duplicate: Closing as duplicate of #12828.
- 21:03 Ticket #13215 (Random OperationalError when using FastCGI prefork + PostgreSQL) closed by
- fixed: Fixed in r12948; forgot to close ticket.
- 21:02 Ticket #14260 (conversion of fixtures_regress tests from doctest to unittest format) created by
- The fixtures_regress test suite are currently in doctest format, they …
- 21:02 Changeset [a56a2262]stable/1.10.xstable/1.11.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
- Display a repr-like result for safe-string local variables on the …
- 21:02 Ticket #7697 (safe strings in debug page shown as html) closed by
- fixed: (In [13741]) Display a repr-like result for safe-string local …
- 20:53 Ticket #14259 (URL dispatcher does not reject duplicate URL names) created by
- It's possible to construct a urls.py with duplicate URL names, and …
- 20:49 Ticket #11663 (Delete orphaned replaced files) closed by
- wontfix: Talking with malcolm, this has about a 0.01% chance of making it into …
- 20:41 Ticket #8765 (mod_python handler requires explicit str() cast for ...) closed by
- fixed: (In [13740]) Improved unicode-type, ASCII-convertible header handling …
- 20:41 Changeset [b2d2cb4a]stable/1.10.xstable/1.11.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
- Improved unicode-type, ASCII-convertible header handling in …
- 20:39 Ticket #11905 (modelform_factory returns a broken form when given wrong value for fields) closed by
- fixed: (In [13739]) Fixed #11905: Raise an error on model form creation if a …
- 20:39 Changeset [3444b06]stable/1.10.xstable/1.11.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 #11905: Raise an error on model form creation if a non-existent …
- 19:48 Ticket #14125 ('Safe strings' are not force-escaped on development 500 page) closed by
- duplicate: Dupe of #7697
- 19:37 Ticket #14258 (Document that 1.3 has added an index to the session date field and a ...) created by
- See ticket #14231 for the actual fix which implements this.
- 19:20 Ticket #7435 (get_{next,previous}_by_someDateField() on unsaved objects should throw ...) closed by
- fixed: (In [13738]) Better error message for calling get_next_by_* on unsaved …
- 19:20 Changeset [9802a73]stable/1.10.xstable/1.11.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
- Better error message for calling get_next_by_* on unsaved models. …
- 19:08 Ticket #14071 (Row duplicated when modifying PK) closed by
- wontfix: Replying to mnbayazit: > Create a model and add a field …
- 19:08 Ticket #13531 (django.core.files.File throws an exception on _get_size) closed by
- invalid: The File class is just a wrapper for local file operations and has …
- 19:02 Changeset [506d5598]stable/1.10.xstable/1.11.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
- Adjust AdminDocTests to run after r13728. Also match comments to tests …
- 18:58 Changeset [260eff56]stable/1.2.x by
- [1.2.X] Fixed a test so that it actually tests what it's supposed to …
- 18:56 Changeset [568b9cdf]stable/1.10.xstable/1.11.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 a test so that it actually tests what it's supposed to test. …
- 18:39 Ticket #14257 (Remove isValidIDList from ManyToManyField in ...) created by
- method isValidIDList seems to be an internal method used in Django …
- 18:33 Ticket #6453 (Explicitly requested fields (i.e. Meta: fields = [...]) should be ...) closed by
- wontfix: Even though it would be nice, unfortunately it's a backwards …
- 18:30 Changeset [5912903]stable/1.10.xstable/1.11.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 #11358: Don't include private flatpages in sitemap. Thanks …
- 18:30 Ticket #11358 (Flatpage sitemap shows all pages, even private pages) closed by
- fixed: (In [13734]) Fixed #11358: Don't include private flatpages in sitemap. …
- 18:26 CaseStudyLeads edited by
- (diff)
- 18:12 Ticket #14256 (Add support to testserver for the --skip-db-init option) closed by
- wontfix: After discussion about why this was needed, a solution was found that …
- 18:11 Changeset [890b0b62]stable/1.2.x by
- [1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middleware Thanks …
- 17:59 Ticket #14256 (Add support to testserver for the --skip-db-init option) created by
- We would like to run testserver multiple times and maintain database …
- 17:56 Changeset [364583b]stable/1.10.xstable/1.11.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 #14235 - UnicodeDecodeError in CSRF middleware Thanks to jbg …
- 17:56 Ticket #14235 (UnicodeDecodeError in CSRF middleware) closed by
- fixed: (In [13732]) Fixed #14235 - UnicodeDecodeError in CSRF middleware …
- 17:54 Changeset [43988e98]stable/1.2.x by
-
[1.2.X] Fixed #13095 --
formfield_callback
keyword argument is now … - 17:54 Ticket #4982 ({% blocktrans %} does not escape % in text) closed by
- fixed: I can't repeat this problem, either. Closing for now. Please open a …
- 17:46 Ticket #13095 (modelform_factory, modelformset_factory, inlineformset_factory ...) closed by
-
fixed: (In [13730]) Fixed #13095 --
formfield_callback
keyword argument is … - 17:46 Changeset [fd1e4b81]stable/1.10.xstable/1.11.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 #13095 --
formfield_callback
keyword argument is now more sane … - 17:45 Ticket #13942 (ModelChoiceField fix to_field_name fix) closed by
- invalid: Replying to edcrewe: […] It's not at all clear what …
- 17:44 Ticket #4748 (contrib.auth: Increase length of names of permissions) closed by
- wontfix: This would cause problems for every single existing installation of …
- 17:43 Ticket #14255 (Factoring mysite out of tutorial imports) created by
- It seems desirable to not teach people the bad habit of including the …
- 17:37 Ticket #3695 (duplicate html id's in doc pages) closed by
- fixed: (In [13728]) Fixed id attribute generation in the admin docs page. …
- 17:37 Changeset [c5772009]stable/1.10.xstable/1.11.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 id attribute generation in the admin docs page. Patch from …
- 17:13 Ticket #11770 (Allow login_required to specify login_url like user_passes_test) closed by
- fixed: This is a duplicate of #13714 which is now fixed in [13723].
- 16:27 Ticket #6092 (URL and email fields need to allow custom validators) closed by
- wontfix: I agree with mlavin. I think validators make this feature unnecessary.
- 15:59 Changeset [aec5cbc3]stable/1.2.x by
- [1.2.X] Fixed #13799, a test failure on Postgres. Thanks, Alex. …
- 15:55 Changeset [ebda0e01]stable/1.2.x by
- [1.2.X] Converted doctest to unittest. Patch by Alex Gaynor. Backport …
- 15:54 Changeset [7543eb95]stable/1.10.xstable/1.11.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
- Converted doctest to unittest. Patch by Alex Gaynor. git-svn-id: …
- 15:36 CaseStudyLeads edited by
- (diff)
- 15:35 CaseStudyLeads edited by
- (diff)
- 14:52 Ticket #14139 (Feature Request: distinct() should support field names) closed by
- invalid: I don't think the distinct method should support keywords. The query …
- 14:50 Ticket #13714 (Login Required decorator should support LOGIN_URL) closed by
- fixed: Fixed in [13723]
- 14:46 Changeset [19cce79]stable/1.2.x by
- [1.2.X] Fixed typos in es_AR translation. Backport of r13572 from …
- 14:38 Changeset [bb00b28]stable/1.10.xstable/1.11.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 login_url argument to login_required decorator. Thanks mhlakhani …
- 14:36 Changeset [27265f70]stable/1.10.xstable/1.11.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
- When possible, sanity check the timezone setting to see if the …
- 14:36 Ticket #3415 (django allows invalid TIME_ZONE in settings.py) closed by
- fixed: (In [13722]) When possible, sanity check the timezone setting to see …
- 14:25 Ticket #14254 (More tests for storage backends) created by
- While working on a proposal to extend the storage backends, I …
- 14:24 Ticket #3508 (MergeDict needs more descriptive return values from __str__ and __repr__) closed by
- fixed: (In [13721]) Added more readable str and repr methods to …
- 14:24 Changeset [255147c9]stable/1.10.xstable/1.11.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 more readable str and repr methods to MergeDict. Thanks, …
- 14:22 Changeset [de91b33a]stable/1.2.x by
- [1.2.X] Fixed #14245 -- Added some files and paths missing from the …
- 14:21 Changeset [dee7ef80]stable/1.10.xstable/1.11.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 #14245 -- Added some files and paths missing from the …
- 14:21 Ticket #14245 (django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball) closed by
- fixed: (In [13719]) Fixed #14245 -- Added some files and paths missing from …
- 14:19 Changeset [924ae1a0]stable/1.2.x by
- [1.2.X] Pass commit=False to loaddata in tests, which will keep the DB …
- 14:16 Changeset [6ad4b328]stable/1.10.xstable/1.11.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
- Pass commit=False to loaddata in tests, which will keep the DB …
- 14:04 Ticket #14142 (Improvement (?) on tutorial part 3) closed by
- invalid: This isn't non-obvious. We show the full import list at the beginning …
- 13:59 CaseStudyLeads edited by
- Add an e-com site built with Django (diff)
- 13:55 Ticket #12016 (timefield's are showing as "(None)" in the list_display of the admin ...) closed by
- fixed: Since this does not affect trunk (according to timo), and we aren't …
- 13:53 Ticket #14253 (TIME_ZONE not respected by Today and Now widgets in admin) created by
- When clicking 'Today' or 'Now' for a datetime field in the admin, the …
- 13:49 Changeset [ec8d04c]stable/1.2.x by
- [1.2.X] Fixed #11158 - get_image_dimensions very slow/incorrect after …
- 13:49 Ticket #11158 (get_image_dimensions very slow after 1 call) closed by
- fixed: (In [13716]) [1.2.X] Fixed #11158 - get_image_dimensions very …
- 13:45 Changeset [76249c39]stable/1.10.xstable/1.11.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 #11158 - get_image_dimensions very slow/incorrect after 1 call …
- 13:29 Ticket #3381 ([PATCH] make manage.py read PYTHONSTARTUP) closed by
- fixed: It's not at all clear to me what the comment that reopened this ticket …
- 13:11 Changeset [13f11929]stable/1.2.x by
- [1.2.X] Fixed #14246: Modified aggregation_regress tests so that they …
- 13:09 Changeset [443cb9b]stable/1.10.xstable/1.11.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 date parsing of 31st dates when current month has 30 days (!!). …
- 13:09 Ticket #2975 ([patch] parseDateString function in dateparse.js return wrong date for ...) closed by
- fixed: (In [13713]) Fixed date parsing of 31st dates when current month has …
- 13:06 Ticket #14252 (django.contrib.flatpages unit tests assume default value for ...) created by
- This causes them to break when running from a project's test suite …
- 12:57 Changeset [037b579b]stable/1.10.xstable/1.11.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 #14246: Modified aggregation_regress tests so that they will …
- 12:57 Ticket #14246 (aggregation_regress tests don't run on Postgres that supports StdDev) closed by
- fixed: (In [13712]) Fixed #14246: Modified aggregation_regress tests so that …
- 12:51 Ticket #638 (changelist table is too wide on pages with filter sidebar) closed by
- fixed: Fixed in r13711 -- I forgot to mention that in the commit message.
- 12:49 Changeset [003ed01b]stable/1.10.xstable/1.11.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
- Admin changelist page now has consistent width with or without filter …
- 12:44 Ticket #14072 (Django SVN repo: Perms for translators (django/conf/locale) not set up ...) closed by
- fixed
- 12:32 Ticket #13769 (ModelForm: override default field attributes) closed by
- fixed: Actually this looks to have been implemented in 1.2: …
- 12:21 Ticket #5515 (Custom Permission Denied Pages) closed by
- duplicate: The CSRF handling has changed substantially in 1.2, and there are …
- 12:21 DjangoBranches edited by
- note official git repo, remove broken one (diff)
- 12:19 Ticket #10360 (allow customized forbidden message when using exceptions) closed by
- duplicate: This is essentially a duplicate of #9847, so let's keep the …
- 12:15 DjangoBranches edited by
- Added info about the official Hg mirror (diff)
- 12:08 Changeset [1b0084e2]stable/1.2.x by
- [1.2.X] Fixed some of the problems with aggregation_regress tests on …
- 12:04 Changeset [30ad3537]stable/1.10.xstable/1.11.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 of the problems with aggregation_regress tests on higher …
- 11:56 Ticket #1035 (Link to popup for adding related objects should respect user's permissions) closed by
- fixed: (In [13708]) Adding related objects in the admin (via popup) respects …
- 11:56 Changeset [30610719]stable/1.10.xstable/1.11.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
- Adding related objects in the admin (via popup) respects user …
- 10:07 Ticket #13356 (EmptyResultSet when using annotation and empty filter) closed by
- duplicate: Duplicate of #12687
- 09:27 Ticket #14248 (Date and DateTime fields, auto_now_add and PostgreSQL) closed by
- invalid: Some reasons: 1. There is no advantage (at least none stated) in …
- 08:58 Ticket #14251 (app-labels (still) not translated) created by
- there´s no easy way to translate app-labels (which leads to a very …
- 08:17 Ticket #14247 ([regression in 1.2.2] 'forms' test failure in 1.2.X) closed by
- fixed: (In [13707]) [1.2.X] Fixed #14247 - 'forms' test failure in 1.2.X …
- 08:17 Changeset [ec4d6bb]stable/1.2.x by
- [1.2.X] Fixed #14247 - 'forms' test failure in 1.2.X Thanks to …
- 08:09 Changeset [6e1c46da]stable/1.2.x by
- [1.2.X] Fixed #14250 - FileBasedCacheTests.test_cull test failure …
- 08:03 Changeset [92b91d6]stable/1.10.xstable/1.11.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 #14250 - FileBasedCacheTests.test_cull test failure This patch …
- 08:03 Ticket #14250 (FileBasedCacheTests.test_cull test failure) closed by
- fixed: (In [13705]) Fixed #14250 - FileBasedCacheTests.test_cull test failure …
- 06:54 Ticket #14250 (FileBasedCacheTests.test_cull test failure) created by
- Since r13678, I'm getting this test failure: […] This happens …
- 06:38 Ticket #14249 (Inactive users have less permissions then anonymous users with custom ...) created by
- With the closing of Ticket #12557 a custom backend could specify …
- 03:41 Ticket #14248 (Date and DateTime fields, auto_now_add and PostgreSQL) created by
- PostgreSQL allows using function "now()", "current_date()", …
- 03:02 Ticket #14243 (defer and only are not respected by values and by valuest_list()) closed by
- invalid: This usage is incorrect. To limit the fields returned by values() …
09/09/2010:
- 22:14 Ticket #14229 (Postgres backend generates invalid SQL when istartswith and F object ...) closed by
- duplicate: This looks like a duplicate of #11722.
- 20:29 Ticket #14247 ([regression in 1.2.2] 'forms' test failure in 1.2.X) created by
- As discussed with pmclanaham on #django-dev, additionally to #14245 …
- 19:30 Ticket #14246 (aggregation_regress tests don't run on Postgres that supports StdDev) created by
- Since being refactored unit tests (r13614/r13615), aggregation_regress …
- 18:43 Changeset [6ea90256]stable/1.2.x by
- [1.2.X] Fixed #14242 - UserChangeForm subclasses without …
- 18:38 Changeset [5357000]stable/1.2.x by
- [1.2.X] Converted tests for contrib.auth.forms to unit tests. …
- 18:31 Ticket #14242 (UserChangeForm Causes KeyError in 1.2.2 and Trunk) closed by
- fixed: (In [13702]) Fixed #14242 - UserChangeForm subclasses without …
- 18:31 Changeset [303bdc8]stable/1.10.xstable/1.11.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 #14242 - UserChangeForm subclasses without 'user_permissions' …
- 18:29 CaseStudyQuestionnaire edited by
- (diff)
- 18:21 Changeset [801bb146]stable/1.10.xstable/1.11.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
- Converted tests for contrib.auth.forms to unit tests. git-svn-id: …
- 18:09 CaseStudyQuestionnaire edited by
- (diff)
- 18:04 CaseStudyLeads edited by
- (diff)
- 18:01 CaseStudyLeads edited by
- (diff)
- 18:00 CaseStudyLeads edited by
- Moved government links to separate section & added LOC (diff)
- 17:02 CaseStudyLeads edited by
- (diff)
- 16:12 CaseStudyLeads edited by
- (diff)
- 16:10 CaseStudyLeads edited by
- (diff)
- 16:10 CaseStudyLeads edited by
- (diff)
- 15:23 CaseStudyLeads edited by
- (diff)
- 15:20 CaseStudyLeads edited by
- contacts added for Discovery, Nat. Geo (diff)
- 15:09 Ticket #14245 (django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball) created by
- This is potentially due to an oversight with the MANIFEST.in file. The …
- 13:32 Ticket #14244 (In clause with 1000 or more items fails in Oracle) reopened by
- 13:15 Ticket #14244 (In clause with 1000 or more items fails in Oracle) closed by
- fixed
- 13:14 Ticket #14244 (In clause with 1000 or more items fails in Oracle) reopened by
- 13:13 Ticket #14244 (In clause with 1000 or more items fails in Oracle) closed by
- fixed: The fix has been tested manually but the unit test will be difficult …
- 12:54 Ticket #14244 (In clause with 1000 or more items fails in Oracle) created by
- Oracle (not sure about other RDBMSs) fails with IN clauses that have …
- 12:45 Ticket #14243 (defer and only are not respected by values and by valuest_list()) created by
- data model with 2 field owner and category run query like result = …
- 12:23 Ticket #14242 (UserChangeForm Causes KeyError in 1.2.2 and Trunk) created by
-
When using a the
UserChangeForm
in 1.2.2 or Trunk it causes a … - 12:07 CaseStudyLeads edited by
- (diff)
- 10:18 Ticket #14241 (instructions for creating spatial database template differ on fedora ...) created by
- Creating a Spatial Database Template for PostGIS on a 64-bit Fedora 13 …
- 09:45 Ticket #14240 (filesizeformat should localize number) created by
- Currently filesizeformat always displays file size in english number …
- 08:23 Ticket #14032 (CSRF cookie value is marked as safe and inserted in the HTML unchecked) closed by
- fixed: This has been fixed in [13698] (trunk) and [13699] (1.2.X), with a …
- 06:54 Ticket #14239 (Form input button embedded in <a /> crashes Django server) created by
- I am running Ubuntu Lucid and got the default Django project setup …
- 06:10 Ticket #10759 (UserAdmin views should use attribute or current model to lookup the ...) closed by
- duplicate: This was mostly fixed in #12218, so closing as a dupe.
- 05:37 Ticket #14238 (admin-interface and formsets: ordered_forms are not returned in case ...) created by
- ticket http://code.djangoproject.com/ticket/11801 seems to address …
- 05:27 Ticket #14237 (Old version string on the download page + auto checker proposal) created by
- The download page http://www.djangoproject.com/download/ currently …
- 01:02 Ticket #13930 (Serialize PKs using the natural key) closed by
- duplicate: Dupe of #13252
09/08/2010:
- 22:23 Ticket #14233 (Documentation for admin is has a reference to meta class) closed by
- invalid: Sorry. I just noticed that this was a ModelForm, not ModelAdmin. My bad.
- 20:10 Ticket #14235 (UnicodeDecodeError in CSRF middleware) created by
- Just updated to SVN head to fix the CSRF security issue and am now …
- 19:42 Ticket #6124 (need a non-pickled locmem cache backend) closed by
- wontfix: Since using external cache backends has been possible and …
- 19:37 Changeset [329fab4]stable/1.2.x1.2.2 by
- [1.2.X] Increment to Django 1.2.2. git-svn-id: …
- 19:36 Changeset [7f84657b]stable/1.2.x by
- [1.2.X] Patch CSRF-protection system to deal with reported security …
- 19:34 Changeset [9e3b327]stable/1.10.xstable/1.11.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
- Patch CSRF-protection system to deal with reported security issue. …
- 19:11 CaseStudyLeads edited by
- (diff)
- 19:08 CaseStudyLeads edited by
- (diff)
- 18:59 Ticket #4179 (MySQL backend has MySQL-4.0 incompatbiility) closed by
- wontfix: Closing for reasons of atrophy. I think there are many reasons we …
- 18:39 Ticket #13932 (URL with Hash and login_required) closed by
- invalid: Redirects at the HTTP level can't preserve anchors and that's how the …
- 18:19 Ticket #12737 (Thread local settings) closed by
- wontfix: Settings aren't designed to be changed locally like this and we …
- 16:19 CaseStudyQuestionnaire created by
- 16:18 CaseStudyLeads edited by
- (diff)
- 15:28 CaseStudyLeads edited by
- (diff)
- 13:09 CaseStudyLeads edited by
- (diff)
- 09:28 CaseStudyLeads edited by
- (diff)
- 09:28 CaseStudyLeads edited by
- added Pitchfork (diff)
- 03:33 Ticket #14234 (Validation bug when using ModelForms) created by
- I am running into a validation problem with ModelForms - here is a …
Note: See TracTimeline
for information about the timeline view.