|
|
|
@9550
|
[9550]
|
12/02/08 16:09:51 |
lukeplant |
Fixed #8248: made help() work on models and improved introspection … |
|
|
|
@9546
|
[9546]
|
12/02/08 10:58:06 |
ikelly |
Fixed a pair of bugs in determining the set of models to flush that were … |
|
|
|
@8884
|
[8884]
|
09/02/08 19:09:33 |
mtredinnick |
Fixed #8669 -- Use a consistent version of create() across the board … |
|
|
|
@8823
|
[8823]
|
09/01/08 17:43:38 |
brosner |
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen … |
|
|
|
@8819
|
[8819]
|
09/01/08 17:15:35 |
jacob |
Fixed #8210 and #8664: moved USStateField and PhoneNumberField to … |
|
|
|
@8816
|
[8816]
|
09/01/08 16:28:32 |
brosner |
Fixed #7975 -- Callable defaults in inline model formsets now work … |
|
|
|
@8814
|
[8814]
|
09/01/08 16:04:01 |
jacob |
Fixed #8076: fixed get_(next/previous)_by_date when used with … |
|
|
|
@8806
|
[8806]
|
09/01/08 14:20:03 |
jacob |
Repaired an oversight from [8772] that let made certain types of fields … |
|
|
|
@8782
|
[8782]
|
08/31/08 19:49:03 |
mtredinnick |
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key … |
|
|
|
@8772
|
[8772]
|
08/31/08 15:11:11 |
jacob |
Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the … |
|
|
|
@8756
|
[8756]
|
08/31/08 04:49:55 |
brosner |
Fixed handling of primary keys in model formsets. Model formsets should … |
|
|
|
@8723
|
[8723]
|
08/29/08 16:48:40 |
mtredinnick |
Fixed a missing piece of [8721]. |
|
|
|
@8721
|
[8721]
|
08/29/08 16:24:00 |
mtredinnick |
Fixed #8279 -- Multiple many-to-many relations to "self" are now possible. |
|
|
|
@8691
|
[8691]
|
08/28/08 21:40:56 |
mtredinnick |
Fixed #8101 -- Allow the strings '1' and '0' as filter values for … |
|
|
|
@8690
|
[8690]
|
08/28/08 21:40:50 |
mtredinnick |
Fixed #7823 -- Fixed an edge case in RelatedField?.get_db_prep_lookup() so … |
|
|
|
@8684
|
[8684]
|
08/28/08 16:23:21 |
jacob |
Fixed a bug in NullBooleanField.to_python. |
|
|
|
@8682
|
[8682]
|
08/28/08 15:58:10 |
jacob |
Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. … |
|
|
|
@8663
|
[8663]
|
08/28/08 11:05:09 |
jacob |
FIxed #8613: removed vestigal FileField.save_file(). Thanks, kratorius. |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@8638
|
[8638]
|
08/27/08 16:30:47 |
jacob |
Fixed #8534: getting the size of a file no longer opens it (at least for … |
|
|
|
@8637
|
[8637]
|
08/27/08 16:18:45 |
jacob |
Fixed #8175: don't open files we're about to close. This was a pesky bug … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8571
|
[8571]
|
08/25/08 23:55:56 |
gwilson |
Removed trailing whitespace in a few files. |
|
|
|
@8528
|
[8528]
|
08/24/08 22:51:25 |
brosner |
Fixed #7888 -- Handle model inheritance with model formsets correctly. … |
|
|
|
@8526
|
[8526]
|
08/24/08 22:17:06 |
mtredinnick |
Fixed #8510 -- Allow both strings (mostly for the admin) and integers to … |
|
|
|
@8515
|
[8515]
|
08/24/08 03:12:13 |
russellm |
Fixed #8298: Added a to_python method for integer fields. This ensures … |
|
|
|
@8477
|
[8477]
|
08/22/08 23:59:25 |
brosner |
Fixed #8040 -- SlugField? now returns a proper formfield to deal with … |
|
|
|
@8472
|
[8472]
|
08/22/08 17:00:28 |
mtredinnick |
Fixed #8046 -- The first filter() call on a related manager for … |
|
|
|
@8469
|
[8469]
|
08/22/08 14:27:26 |
brosner |
Fixed #7947 -- Handle the display of OneToOneField? in model forms … |
|
|
|
@8442
|
[8442]
|
08/19/08 09:17:24 |
russellm |
Fixed #7908: Added validation checks on attempts to create ForeignKey? and … |
|
|
|
@8415
|
[8415]
|
08/16/08 15:59:06 |
gwilson |
Fixed #3121 -- Made get_or_create() work for RelatedManager and … |
|
|
|
@8348
|
[8348]
|
08/14/08 10:37:43 |
gwilson |
Fixed #8206 -- Removed validate methods of Model and Model fields. They … |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8291
|
[8291]
|
08/10/08 16:10:47 |
gwilson |
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms … |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8229
|
[8229]
|
08/08/08 09:24:25 |
mtredinnick |
Fixed #8111 -- Error message typo fix. Thanks mzgur. |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8212
|
[8212]
|
08/05/08 11:13:28 |
jacob |
Fixed #7904: added support for a "use_for_related_fields" property on … |
|
|
|
@8191
|
[8191]
|
08/01/08 23:56:11 |
gwilson |
Removed several deprecated features for 1.0 (refs #7830):
* "simple" … |
|
|
|
@8143
|
[8143]
|
07/29/08 19:18:49 |
mtredinnick |
Fixed #8023 -- Allow filtering of DecimalFields? (in models) using … |
|
|
|
@8139
|
[8139]
|
07/29/08 16:43:07 |
russellm |
Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik … |
|
|
|
@8138
|
[8138]
|
07/29/08 13:31:27 |
jacob |
Fixed a subtle bug (really, an inconsistency) in ForeignKey? that [8132] … |
|
|
|
@8136
|
[8136]
|
07/29/08 07:41:08 |
russellm |
Fixed #6095 -- Added the ability to specify the model to use to manage a … |
|
|
|
@8132
|
[8132]
|
07/29/08 00:17:47 |
mtredinnick |
Fixed #8011 -- Be careful not to evalute lazy-translated … |
|
|
|
@8131
|
[8131]
|
07/29/08 00:09:29 |
mtredinnick |
Fixed #7560 -- Moved a lot of the value conversion preparation … |
|
|
|
@8127
|
[8127]
|
07/27/08 19:45:04 |
mtredinnick |
Put back [8120] along with a small tweak. Fixed #6217. |
|
|
|
@8126
|
[8126]
|
07/27/08 19:08:17 |
mtredinnick |
Back out [8120] for a bit. Refs #6217. It's having unintended side-effects … |
|
|
|
@8120
|
[8120]
|
07/27/08 17:51:49 |
mtredinnick |
Fixed #6217 -- Reduced the memory used by each ugettext_lazy() … |
|
|
|
@8102
|
[8102]
|
07/27/08 02:22:39 |
russellm |
Fixed #7913 -- Corrected backwards incompatible parts of [7977] when … |
|
|
|
@8050
|
[8050]
|
07/21/08 23:49:32 |
mtredinnick |
To ensure that a model BooleanField? has an explicit value set (and since … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@8033
|
[8033]
|
07/21/08 20:10:06 |
jacob |
Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and … |
|
|
|
@8017
|
[8017]
|
07/21/08 10:41:21 |
jacob |
FIxed #7666: use a bare queryset when accessing single related objects so … |
|
|
|
@7977
|
[7977]
|
07/19/08 02:53:02 |
russellm |
Fixed #4412 -- Added support for optgroups, both in the model when … |
|
|
|
@7971
|
[7971]
|
07/18/08 20:22:26 |
jacob |
Fixed #7741: django.newforms is now django.forms. This is obviously a … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7947
|
[7947]
|
07/17/08 23:34:47 |
adrian |
Fixed #7805 -- Removed ImageField?.get_internal_type() because it doesn't … |
|
|
|
@7946
|
[7946]
|
07/17/08 22:47:27 |
adrian |
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks … |
|
|
|
@7906
|
[7906]
|
07/12/08 15:43:28 |
jacob |
Fixed #7667: fixied FileField?.save_file for inline related objects. This … |
|
|
|
@7883
|
[7883]
|
07/11/08 04:00:35 |
mtredinnick |
Fixed #7448 -- Convert "in" filters to pass in the correct values for … |
|
|
|
@7882
|
[7882]
|
07/11/08 02:34:11 |
mtredinnick |
Fixed #7682 -- Added a work around to keep existing admin alive … |
|
|
|
@7859
|
[7859]
|
07/07/08 18:16:00 |
jacob |
Fixed #7614: the quickening has come, and there now is only one … |
|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |
|
|
|
@7797
|
[7797]
|
06/30/08 05:07:06 |
mtredinnick |
Fixed #4485 -- Allow nullable DecimalFields? to store NULLs.
Based on a … |
|
|
|
@7794
|
[7794]
|
06/30/08 02:10:03 |
mtredinnick |
Fixed #7033 -- Removed an unused field.
OrderingField? was added in the … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7785
|
[7785]
|
06/29/08 05:35:35 |
mtredinnick |
Fixed #7378 -- Use the "to_field" where appropriate on reverse … |
|
|
|
@7778
|
[7778]
|
06/28/08 21:36:18 |
mtredinnick |
Fixed handling of multiple fields in a model pointing to the same related … |
|
|
|
@7762
|
[7762]
|
06/26/08 02:04:18 |
mtredinnick |
Fixed #7215 -- Create correct reverse-relation accessors when using … |
|
|
|
@7743
|
[7743]
|
06/25/08 22:11:32 |
mtredinnick |
Fixed #7109 -- Quote certain values before passing them for substitution … |
|
|
|
@7643
|
[7643]
|
06/15/08 22:15:04 |
adrian |
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures? … |
|
|
|
@7622
|
[7622]
|
06/11/08 23:13:16 |
adrian |
Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a … |
|
|
|
@7574
|
[7574]
|
06/04/08 19:39:32 |
jacob |
Fixed #6886: Tightened up ForeignKey? and OneToOne? field assignment. … |
|
|
|
@7561
|
[7561]
|
05/29/08 07:17:03 |
russellm |
Fixed #7173 -- Corrected the caching of objects in reverse OneToOne? … |
|
|
|
@7556
|
[7556]
|
05/29/08 06:41:46 |
russellm |
Fixed #7306 -- Added missing import. Thanks, SmileyChris?. |
|
|
|
@7494
|
[7494]
|
04/28/08 02:07:17 |
mtredinnick |
Allow Query objects to be values in query filters. This already existed … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7362
|
[7362]
|
03/25/08 00:13:08 |
adrian |
Fixed #6867 -- Added some missing DeprecationWarnings? to … |
|
|
|
@7331
|
[7331]
|
03/20/08 01:56:23 |
mtredinnick |
Fixed #6445 -- Allow model instances to be used as a default for … |
|
|
|
@7323
|
[7323]
|
03/19/08 17:29:11 |
jacob |
Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor. |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7274
|
[7274]
|
03/17/08 14:31:42 |
ikelly |
Fixed #6666: Corrected a bind param formatting issue when performing … |
|
|
|
@7158
|
[7158]
|
02/26/08 15:13:16 |
jacob |
Beefed up support for "lazy" related objects. Now, in addition to … |
|
|
|
@7150
|
[7150]
|
02/23/08 02:36:41 |
mtredinnick |
Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite … |
|
|
|
@7133
|
[7133]
|
02/18/08 20:58:41 |
mtredinnick |
It makes sense that when you subclass an existing model field, you're … |
|
|
|
@7021
|
[7021]
|
01/17/08 12:03:21 |
jkocherhans |
Fixed #6302. FileField? no longer requires a value if one already exists. … |
|
|
|
@6935
|
[6935]
|
12/17/07 04:35:53 |
mtredinnick |
Fixed #6212 -- Give models.NullBooleanField? the right default newforms … |
|
|
|
@6801
|
[6801]
|
12/01/07 13:23:49 |
ikelly |
Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE … |
|
|
|
@6748
|
[6748]
|
11/29/07 13:30:49 |
mtredinnick |
Fixed #5989 -- Fixed a problem with values being incorrectly reused … |
|
|
|
@6733
|
[6733]
|
11/29/07 10:32:18 |
mtredinnick |
Fixed #4653 -- Improved the logic to decide when to include (and select … |
|
|
|
@6651
|
[6651]
|
11/05/07 07:59:42 |
mtredinnick |
Added the small changes necessary to make creating custom model fields … |
|
|
|
@6568
|
[6568]
|
10/20/07 08:01:40 |
mtredinnick |
Fixed #899 -- Use model field default values as formfield initial values … |
|
|
|
@6453
|
[6453]
|
10/03/07 20:55:51 |
mtredinnick |
Fixed #5641 -- Handle lazy translations correctly when used as default … |
|
|
|
@6378
|
[6378]
|
09/19/07 18:33:57 |
jacob |
Fixed #231: all fields that should take max_length now do. Thanks, Don … |
|
|
|
@6357
|
[6357]
|
09/16/07 06:38:32 |
mtredinnick |
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to … |
|
|
|
@6252
|
[6252]
|
09/14/07 21:37:07 |
russellm |
Fixed #4415 -- Added formfield method to PositiveIntegerField?, so that … |
|
|
|
@6205
|
[6205]
|
09/14/07 14:22:43 |
adrian |
Fixed #5342 -- Added max_length parameter to EmailField?. Thanks, … |
|
|
|
@6195
|
[6195]
|
09/14/07 13:12:36 |
ikelly |
Fixed #5218: Made Oracle create autoinc triggers using the correct name … |
|
|
|
@6193
|
[6193]
|
09/14/07 11:48:47 |
jacob |
Fixed #3146: DateFields? no longer barf when confronted by strings. Thanks, … |
|
|
|
@6154
|
[6154]
|
09/13/07 21:54:12 |
gwilson |
Fixed #5123 -- Fixed ImageField? to pass along keyword arguments in its … |